qutebrowser/.flake8

12 lines
287 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 '#'
2014-04-22 18:00:38 +02:00
# checked by pylint:
# F401: Unused import
# E501: Line too long
# F821: undefined name
# F841: unused variable
ignore=E241,E265,F401,E501,F821,F841
2014-04-16 11:05:58 +02:00
max_complexity = 10
2014-05-15 08:11:00 +02:00
exclude = ez_setup.py