-
-
Notifications
You must be signed in to change notification settings - Fork 764
Closed
Description
just a bit of a meta issue of the things I plan to do for pre-commit-hooks 2.x
for the most part this shouldn't break too many, and if it does it'll provide a meaningful way forward.
Here's the current things I plan to ship as part of this update:
- Deprecate autopep8-wrapper for https://github.com/pre-commit/mirrors-autopep8 #92 (PR: Remove autopep8-wrapper in favor of autopep8 #321): deprecate
autopep8-wrapperforautopep8- suggests mirrors-autopep8
- I plan to write an all-repos fixer which migrates this automatically
- trailing-whitespace: default --no-markdown-linebreak-ext? #310 (PR: Default --no-markdown-linebreak-ext for trailing-whitespace #324): by default set
--no-markdown-linebreak-extfortrailing-whitespace- for the most part this'll just remove some whitespace after people upgrade, most won't notice this anyway
- Remove
hooks.yaml(PR Remove legacy hooks.yaml and pre-types config #323)- pre-commit 0.12.0 was released over a year ago which introduced
.pre-commit-hooks.yaml(January 2017) - pre-commit 0.16.0 was released over a year ago which dropped support for
hooks.yaml(August 2017)
- pre-commit 0.12.0 was released over a year ago which introduced
- remove the 0.15.0 compatibility metadata (PR Remove legacy hooks.yaml and pre-types config #323)
- pre-commit 0.15.0 was released for over a year (July 2017)
- pre-commit-hooks 0.9.0 has also been around for over a year
Metadata
Metadata
Assignees
Labels
No labels