Codebase list python-procrunner / fb086983-6445-4395-b47d-97f9e23f48c5/main setup.cfg
fb086983-6445-4395-b47d-97f9e23f48c5/main

Tree @fb086983-6445-4395-b47d-97f9e23f48c5/main (Download .tar.gz)

setup.cfg @fb086983-6445-4395-b47d-97f9e23f48c5/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']