chore: set up mypy strict checking and ship py.typed

This commit is contained in:
Tiara Rodney 2026-06-17 14:03:46 +02:00
parent ee2a729438
commit e60495b2ce
Signed by: tiara
GPG key ID: 5CD8EC1D46106723
3 changed files with 14 additions and 0 deletions

View file

@ -12,6 +12,7 @@ name = "pypi"
[dev-packages]
tox = "*"
pytest = "*"
mypy = "*"
build = "*"
twine = "*"
setuptools-scm = "~=8.2.0"