You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
195 B
12 lines
195 B
5 years ago
|
[flake8]
|
||
|
ignore = D401,D202,E226,E302,E41
|
||
|
max-line-length=120
|
||
|
exclude = migrations/*
|
||
|
max-complexity = 10
|
||
|
|
||
|
[isort]
|
||
|
line_length=88
|
||
|
multi_line_output=3
|
||
|
skip=migrations/*
|
||
|
include_trailing_comma=true
|