parent
6fe4eb17f7
commit
64b644a490
@ -1,2 +0,0 @@ |
||||
[settings] |
||||
line_length=120 |
@ -1,3 +1,11 @@ |
||||
[flake8] |
||||
ignore = D401 |
||||
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 |
||||
|
Loading…
Reference in new issue