1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-09-07 21:58:41 +02:00
Files
github.com_openSUSE_osc/setup.cfg

13 lines
154 B
INI

[options]
setup_requires =
pytest-runner
tests_require =
pytest
[aliases]
test=pytest
[flake8]
exclude = .git,__pycache__
max-line-length = 120