Skip to content

Commit

Permalink
run flake8 and mypy in parallel because you have more than one core
Browse files Browse the repository at this point in the history
  • Loading branch information
kcr committed Dec 4, 2019
1 parent 715f3ae commit 6c44702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ git stash save --keep-index $STASH_NAME

# the tests take too long for each commit
set +e
make flake8 mypy
make -j 2 flake8 mypy
makeret=$?
set -e

Expand Down

0 comments on commit 6c44702

Please sign in to comment.