qutebrowser/.flake8

10 lines
294 B
Plaintext
Raw Normal View History

2014-04-16 11:05:58 +02:00
[flake8]
# E241: Multiple spaces after ,
# E265: Block comment should start with '#'
# F401: Unused import (checked by pylint)
# E501: Line too long (checked by pylint)
2014-04-22 17:53:27 +02:00
# E821: undefined name (checked by pylint)
ignore=E241,E265,F401,E501,E821
2014-04-16 11:05:58 +02:00
max_complexity = 10
exclude = appdirs.py