Skip to content

Commit

Permalink
DX: run mypy through pre-commit in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Aug 12, 2024
1 parent 5613b6d commit c225af6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,10 @@ passenv = *

[testenv:sty]
allowlist_externals =
mypy
pre-commit
commands =
mypy src tests # run separately because of potential caching problems
pre-commit run {posargs} --all-files
description =
Perform all linting, formatting, and spelling checks
setenv =
SKIP = mypy, pyright
SKIP = pyright

0 comments on commit c225af6

Please sign in to comment.