Merge pull request #597 from pre-commit/remove-deprecated

remove deprecated autopep8-wrapper, flake8, pyflakes
This commit is contained in:
Anthony Sottile 2021-05-11 13:16:53 -07:00 committed by GitHub
commit 11a996eec6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 25 deletions

View file

@ -193,10 +193,6 @@ Trims trailing whitespace.
### Deprecated / replaced hooks
- `autopep8-wrapper`: instead use
[mirrors-autopep8](https://github.com/pre-commit/mirrors-autopep8)
- `pyflakes`: instead use `flake8`
- `flake8`: instead use [upstream flake8](https://gitlab.com/pycqa/flake8)
- `check-byte-order-marker`: instead use fix-byte-order-marker
### As a standalone package