Update flake8 redirect to new upstream home

This commit is contained in:
Hugo van Kemenade 2021-05-11 22:15:17 +03:00
parent 868784a49c
commit 9f60d0941f
2 changed files with 5 additions and 5 deletions

View file

@ -196,7 +196,7 @@ Trims trailing whitespace.
- `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)
- `flake8`: instead use [upstream flake8](https://github.com/PyCQA/flake8)
- `check-byte-order-marker`: instead use fix-byte-order-marker
### As a standalone package