Codebase list python-procrunner / 92f1f2c setup.cfg
92f1f2c

Tree @92f1f2c (Download .tar.gz)

setup.cfg @92f1f2craw · history · blame

[metadata]
project-urls =
    Documentation = https://procrunner.readthedocs.io/
    GitHub = https://github.com/DiamondLightSource/python-procrunner
    Bug-Tracker = https://github.com/DiamondLightSource/python-procrunner/issues

[flake8]
exclude = docs

[aliases]
test = pytest

[tool:pytest]
collect_ignore = ['setup.py']