qutebrowser/misc/requirements/requirements-flake8.txt-raw
Florian Bruhin 8ddf843c64 Adjust flake8 pins
Looks like flake8-debugger 3.0.0 works with the old flake8 again, while
flake8-deprecated doesn't anymore (hah, the irony :D).
2017-11-07 06:34:04 +01:00

28 lines
537 B
Plaintext

flake8<3.0.0
flake8-copyright
flake8-debugger
flake8-deprecated<1.3
flake8-docstrings<1.1.0
flake8-future-import
flake8-mock
flake8-pep3101<1.1
flake8-putty
flake8-string-format
flake8-tidy-imports
flake8-tuple
pep8-naming
pydocstyle<2.0.0
pyflakes
# Pinned to 2.0.0 otherwise
pycodestyle==2.3.1
# Pinned to 0.5.3 otherwise
mccabe==0.6.1
# Waiting until flake8-putty updated
#@ filter: flake8 < 3.0.0
#@ filter: pydocstyle < 2.0.0
#@ filter: flake8-docstrings < 1.1.0
#@ filter: flake8-pep3101 < 1.1
#@ filter: flake8-deprecated < 1.3