7 lines
116 B
INI
7 lines
116 B
INI
[flake8]
|
|
ignore = E203,W504,W191,W503
|
|
exclude = .git
|
|
max-complexity = 10
|
|
max-line-length = 108
|
|
indent-string = ' '
|