https://github.com/SoftwareHeritage/swh-model
Revision 491dcc599dbf684227cd5d241fb945b1315118b0 authored by Stefano Zacchiroli on 12 September 2019, 12:46:05 UTC, committed by Stefano Zacchiroli on 20 September 2019, 09:13:35 UTC
1 parent d70b486
Raw File
Tip revision: 491dcc599dbf684227cd5d241fb945b1315118b0 authored by Stefano Zacchiroli on 12 September 2019, 12:46:05 UTC
typing: minimal changes to make a no-op mypy run pass
Tip revision: 491dcc5
.gitignore
*~
build
/.coverage
/.coverage.*
dist
*.egg-info/
.eggs/
.hypothesis
*.pyc
__pycache__
.pytest_cache
*.sw?
.tox
version.txt
.mypy_cache/
back to top