mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
19 lines
265 B
INI
19 lines
265 B
INI
|
|
[flake8]
|
|
builtins = _
|
|
ignore =
|
|
E902,
|
|
E226,
|
|
E302,
|
|
E41,
|
|
E402,
|
|
C901,
|
|
E722,
|
|
W503,
|
|
# line break before binary operator
|
|
E231,
|
|
# missing whitespace after ','
|
|
max-line-length = 100
|
|
exclude = env,.direnv,docs
|
|
max-complexity = 25
|