4 lines
No EOL
99 B
INI
4 lines
No EOL
99 B
INI
[flake8]
|
|
max-line-length = 100
|
|
exclude = .git,__pycache__,dist,*.egg-info,venv
|
|
extend-ignore = E203 |