Files
shadow/tests/system/setup.cfg
T

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