qutebrowser/.flake8

20 lines
560 B
Plaintext
Raw Normal View History

2014-06-19 09:04:37 +02:00
# vim: ft=dosini fileencoding=utf-8:
2014-06-15 11:36:28 +02:00
[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
# E222: Multiple spaces after operator
2014-08-05 21:14:09 +02:00
# F811: Redifiniton
2014-08-06 14:42:22 +02:00
# W292: No newline at end of file
# E701: multiple statements on one line
2014-08-07 00:07:14 +02:00
# E702: multiple statements on one line
2014-09-15 22:01:13 +02:00
# E225: missing whitespace around operator
ignore=E241,E265,F401,E501,F821,F841,E222,F811,W292,E701,E702,E225
2014-06-15 11:36:28 +02:00
max_complexity = 12
exclude = ez_setup.py