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:
parent
f616b9259e
commit
b573c1daf3
4 changed files with 62 additions and 105 deletions
|
@ -1,7 +1,7 @@
|
|||
crayons
|
||||
twine
|
||||
coverage>=4.4.1
|
||||
pycodestyle==2.3.1
|
||||
flake8
|
||||
mock
|
||||
pytest
|
||||
-e ./zulip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue