Skip to content

Commit

Permalink
add mypy cache folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ptichoid committed Sep 9, 2024
1 parent a730a6b commit f7d1762
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 @@ -13,5 +13,5 @@ commands =
flake8 . --max-line-length=120
pylint --max-line-length=120 --disable=W0621,C0116,R0913,R0914 --fail-under=8 *.py
mkdir .mypy_cache
mypy . --install-types --non-interactive
mypy . --install-types --non-interactive --explicit-package-bases
isort . --check-only --diff --line-length 120

0 comments on commit f7d1762

Please sign in to comment.