Skip to content

Commit

Permalink
add condition on mypy version for the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaquier Aurélien Tristan committed Oct 30, 2024
1 parent cddc050 commit 150dcb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ commands =
envdir = {toxworkdir}/lint
deps =
pycodestyle>=2.11.0
mypy>=1.8.0
mypy>=1.8.0,<1.12
commands =
pycodestyle --ignore=E402,W503,W504 --exclude=_version.py --max-line-length=88 efel tests
mypy efel tests --ignore-missing-imports

0 comments on commit 150dcb2

Please sign in to comment.