https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 06137f0c478b5a176eb50cf2e0eb1db31a7d2334 authored by Stefano Zacchiroli on 01 October 2019, 11:08:23 UTC
tox: anticipate mypy run to just after flake8
Tip revision: 06137f0
.gitignore
*.pyc
*.sw?
*~
/.coverage
/.coverage.*
.eggs/
__pycache__
*.egg-info/
build/
dist/
version.txt
/.hypothesis/
/.tox/
.mypy_cache/
back to top