qutebrowser/.flake8
Florian Bruhin 2b9f337758 Fix lint
2014-06-15 11:36:28 +02:00

12 lines
276 B
INI

[flake8]
# E241: Multiple spaces after ,
# E265: Block comment should start with '#'
# checked by pylint:
# F401: Unused import
# E501: Line too long
# F821: undefined name
# F841: unused variable
ignore=E241,E265,F401,E501,F821,F841
max_complexity = 12
exclude = ez_setup.py