13 строки
177 B
Plaintext
13 строки
177 B
Plaintext
|
[flake8]
|
||
|
ignore =
|
||
|
E741,
|
||
|
W503
|
||
|
exclude =
|
||
|
.git,
|
||
|
.idea,
|
||
|
__pycache__/,
|
||
|
env/,
|
||
|
venv/,
|
||
|
.vscode/
|
||
|
max-line-length = 120
|
||
|
per-file-ignores = __init__.py:F401
|