Skip to content

Commit 6ca393a

Browse files
committed
fix: update linting commands in tox.ini to improve checks
1 parent 493f3d5 commit 6ca393a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ commands =
1616
allowlist_externals =
1717
ruff
1818
mypy
19+
ty
1920
skip_install = true
2021
commands =
21-
ruff check --output-format=full src/ tests {posargs}
22-
mypy src/ {posargs}
22+
ruff check ./
2323
ruff format --check ./
24+
mypy .
25+
;ty check .

0 commit comments

Comments
 (0)