8 lines
204 B
INI
8 lines
204 B
INI
|
[flake8]
|
||
|
max-line-length = 120
|
||
|
select = C,E,F,I,W,B,B950
|
||
|
ignore = E203, E501, W503
|
||
|
exclude = .tox, node_modules, src, **/migrations/*.py
|
||
|
import-order-style = google
|
||
|
application-import-names = userausfall
|