Skip to content

Commit

Permalink
CI: leave running pre-commit to pre-commit.ci (#359)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjpieters authored Nov 8, 2022
1 parent 2f6fe25 commit 1495160
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ all: test

lint:
# CI env-var is set by GitHub actions
ifdef CI
pre-commit run --all-files --show-diff-on-failure
else
ifndef CI
pre-commit run --all-files
endif
mypy aiosignal
Expand Down

0 comments on commit 1495160

Please sign in to comment.