qutebrowser/misc/requirements/requirements-flake8.txt-raw

29 lines
556 B
Plaintext
Raw Normal View History

flake8<3.0.0
flake8-copyright
flake8-debugger!=2.0.0
flake8-deprecated
flake8-docstrings
flake8-future-import
flake8-mock
flake8-pep3101
flake8-putty
flake8-string-format
flake8-tidy-imports
flake8-tuple
hacking
pep8-naming
pydocstyle!=1.1.0
pyflakes
# Pinned to 1.5.7 by hacking otherwise
pep8==1.7.0
# Waiting until hacking/flake8-tuple are updated
#@ filter: flake8 < 3.0.0
# https://github.com/JBKahn/flake8-debugger/issues/5
#@ filter: flake8-debugger != 2.0.0
# https://gitlab.com/pycqa/flake8-docstrings/issues/16
#@ filter: pydocstyle != 1.1.0