11 lines
232 B
INI
11 lines
232 B
INI
|
[flake8]
|
||
|
count = True
|
||
|
exclude =
|
||
|
migrations
|
||
|
resources # exclude code that will be deprecated
|
||
|
tests # exclude code that will be deprecated
|
||
|
max-complexity = 10
|
||
|
max-line-length = 120
|
||
|
show-source = True
|
||
|
statistics = True
|