fix pyright type errors

This commit is contained in:
bre-17387639 2024-08-06 16:46:15 -06:00 committed by David Lord
parent 5e8cb74018
commit 9e831e915f
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
10 changed files with 22 additions and 19 deletions

View file

@ -28,7 +28,9 @@ commands = pre-commit run --all-files
[testenv:typing]
deps = -r requirements/typing.txt
commands = mypy
commands =
mypy
pyright
[testenv:docs]
deps = -r requirements/docs.txt