git add tox.ini requirements/typing.txt
git commit -m "Replace mypy with pyright in tox.ini for consistent type checking"
This commit is contained in:
parent
8a6cdf1e2a
commit
e1b1228a7b
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -27,8 +27,8 @@ skip_install = true
|
|||
commands = pre-commit run --all-files
|
||||
|
||||
[testenv:typing]
|
||||
deps = -r requirements/typing.txt
|
||||
commands = mypy
|
||||
deps = pyright
|
||||
commands = pyright
|
||||
|
||||
[testenv:docs]
|
||||
deps = -r requirements/docs.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue