10 lines
138 B
INI
10 lines
138 B
INI
[flake8]
|
|
max-line-length = 119
|
|
ignore = E203,W503
|
|
exclude = .venv
|
|
|
|
[pycodestyle]
|
|
max-line-length = 119
|
|
ignore = E203,W503
|
|
exclude = .venv
|