mirror of
https://github.com/IRBorisov/cctext.git
synced 2025-06-25 21:20:36 +03:00
6 lines
139 B
INI
6 lines
139 B
INI
[flake8]
|
|
# E303 - too many blank lines
|
|
# E203 - whitespace before semicolon
|
|
ignore = E303, E203
|
|
exclude = __init__.py
|
|
max-line-length = 120 |