9 lines
126 B
INI
9 lines
126 B
INI
|
[flake8]
|
||
|
count = True
|
||
|
exclude =
|
||
|
migrations
|
||
|
max-complexity = 10
|
||
|
max-line-length = 120
|
||
|
show-source = True
|
||
|
statistics = True
|