https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 94da0100a6d3b8daed701322d258e90be1239551 authored by David Douard on 08 April 2020, 20:16:56 UTC
Add a pyproject.toml file to target py37 for black
Tip revision: 94da010
.gitignore
*~
build
/.coverage
/.coverage.*
dist
*.egg-info/
.eggs/
.hypothesis
*.pyc
__pycache__
.pytest_cache
*.sw?
.tox
version.txt
.mypy_cache/
back to top