9 lines
200 B
INI
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
|