summaryrefslogtreecommitdiff
path: root/.flake8
blob: e06a1a79815954c62b381ca0df0ab2f49ef021bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# vim: ft=dosini fileencoding=utf-8:

[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
# F811: Redifiniton
ignore=E241,E265,F401,E501,F821,F841,E222,F811
max_complexity = 12
exclude = ez_setup.py