Codebase list python-procrunner / 97765d78-8f83-4045-9710-e8da1c22aef6/main setup.cfg
97765d78-8f83-4045-9710-e8da1c22aef6/main

Tree @97765d78-8f83-4045-9710-e8da1c22aef6/main (Download .tar.gz)

setup.cfg @97765d78-8f83-4045-9710-e8da1c22aef6/mainraw · 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']