Skip to content

Commit

Permalink
FIX: do not explicitly run mypy in sty job
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 11, 2024
1 parent b1a047a commit 606ae4c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,9 @@ setenv =

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

0 comments on commit 606ae4c

Please sign in to comment.