5 lines
102 B
INI
5 lines
102 B
INI
[flake8]
|
|
extend-ignore = E203, E704, W605, E701
|
|
exclude = .git,__pycache__,venv
|
|
max-line-length = 120
|