12 lines
117 B
INI
12 lines
117 B
INI
[flake8]
|
|
max-line-length = 79
|
|
|
|
exclude =
|
|
venv,
|
|
.git,
|
|
__pycache__,
|
|
|
|
ignore =
|
|
E203,
|
|
W503
|