Revision f1cac4fcaa153f2cba5af2eaa4e5c0aa14868f49 authored by Valentin Lorentz on 28 June 2021, 15:28:15 UTC, committed by Valentin Lorentz on 28 June 2021, 15:28:15 UTC
This allows mypy to actually type-check calls to db methods.

This commit also fixes an issue found by mypy.
1 parent dd8a590
Raw File
MANIFEST.in
include pytest.ini
include tox.ini
include Makefile
include Makefile.local
include README.md
recursive-include . requirements*.txt
include version.txt
recursive-include sql *
recursive-include swh/storage/sql *
recursive-include swh py.typed
back to top