lint: Replace pycodestyle with Flake8.

Flake8 combines pycodestyle with pyflakes and automatically gives us
support for noqa comments, parallelism, configuration files, plugins,
and easy editor integration.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2020-04-18 15:11:33 -07:00 committed by Tim Abbott
parent f616b9259e
commit b573c1daf3
4 changed files with 62 additions and 105 deletions

View file

@ -1,7 +1,7 @@
crayons
twine
coverage>=4.4.1
pycodestyle==2.3.1
flake8
mock
pytest
-e ./zulip