fix pyright type errors
This commit is contained in:
parent
5e8cb74018
commit
9e831e915f
10 changed files with 22 additions and 19 deletions
4
tox.ini
4
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue