mirror of
https://github.com/IRBorisov/ConceptCore.git
synced 2025-06-26 09:10:37 +03:00
6 lines
139 B
Plaintext
6 lines
139 B
Plaintext
![]() |
[flake8]
|
||
|
# E303 - too many blank lines
|
||
|
# E203 - whitespace before semicolon
|
||
|
ignore = E303, E203
|
||
|
exclude = __init__.py
|
||
|
max-line-length = 120
|