Skip to content

Commit

Permalink
CI: set individual cache folders for mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Sep 25, 2023
1 parent b95cc7f commit af2bbb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .hooks/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,6 @@ echo "Running pytest.."
pipenv run pytest -n 10 --cov="$repository_path" --cov-report html

echo "Running mypy.."
git ls-files '*setup.py' | parallel 'pipenv run mypy $(dirname {})'
git ls-files '*setup.py' | parallel 'pipenv run mypy $(dirname {}) --cache-dir $(dirname {})'

exit 0

0 comments on commit af2bbb5

Please sign in to comment.