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 d28fe0c commit ee0aae2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ deps =
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
isort . --check-only --diff --line-length 120

0 comments on commit ee0aae2

Please sign in to comment.