Skip to content

Commit

Permalink
📍Pin mypy version to 1.3.0
Browse files Browse the repository at this point in the history
prevents  error: INTERNAL ERROR -- Please try using mypy master on GitHub
  • Loading branch information
hf-kklein committed Jul 3, 2023
1 parent 28f6b92 commit 4be82ad
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 @@ -37,7 +37,7 @@ usedevelop = True
# the type_check environment checks the type hints using mypy
deps =
-rrequirements.txt
mypy
mypy==1.3.0
pytest
commands =
mypy --show-error-codes src/bo4e
Expand Down

0 comments on commit 4be82ad

Please sign in to comment.