Files
shadow/tests/system/setup.cfg
2025-02-24 22:57:12 +01:00

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