mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 10:46:24 +00:00
7 lines
158 B
INI
7 lines
158 B
INI
[flake8]
|
|
ignore = E501, W503, E402, C901, E231, E702
|
|
max-line-length = 79
|
|
max-complexity = 18
|
|
select = B,C,E,F,W,T4,B9
|
|
exclude = .git,__pycache__,.virtualenv
|