ConceptCore/pyconcept/.flake8

6 lines
139 B
Plaintext
Raw Permalink Normal View History

2024-04-15 22:16:14 +03:00
[flake8]
# E303 - too many blank lines
# E203 - whitespace before semicolon
ignore = E303, E203
exclude = __init__.py
max-line-length = 120