Files
ols/setup.cfg
2023-02-14 16:37:34 +02:00

9 lines
200 B
INI

[flake8]
exclude=.git,__pycache__,build
max-line-length = 88
ignore = BLK100, CCR001, D100, D101, D102, D103, D107, I201, Q000, W503
[pycodestyle]
exclude=.git,__pycache__,build
max-line-length = 88