5ed8019115
Updated requirements and adjusted the configuration in `.flake8`; other files have been modified where the lack of per-file auto-ignore caused problems, where putty's `# flake8: disable=` syntax could be replaced with a simpler `noqa`, or where pylint directives already suppressed the same error.
22 lines
545 B
Plaintext
22 lines
545 B
Plaintext
# This file is automatically generated by scripts/dev/recompile_requirements.py
|
|
|
|
flake8==3.5.0
|
|
flake8-copyright==0.2.0
|
|
flake8-debugger==3.0.0
|
|
flake8-deprecated==1.3
|
|
flake8-docstrings==1.0.3 # rq.filter: < 1.1.0
|
|
flake8-future-import==0.4.3
|
|
flake8-mock==0.3
|
|
flake8-pep3101==1.0 # rq.filter: < 1.1
|
|
flake8-per-file-ignores==0.4
|
|
flake8-polyfill==1.0.1
|
|
flake8-string-format==0.2.3
|
|
flake8-tidy-imports==1.1.0
|
|
flake8-tuple==0.2.13
|
|
mccabe==0.6.1
|
|
pep8-naming==0.4.1
|
|
pycodestyle==2.3.1
|
|
pydocstyle==1.1.1 # rq.filter: < 2.0.0
|
|
pyflakes==1.6.0
|
|
six==1.11.0
|