Skip to content

Commit 1495160

Browse files
authored
CI: leave running pre-commit to pre-commit.ci (#359)
1 parent 2f6fe25 commit 1495160

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,7 @@ all: test
1010

1111
lint:
1212
# CI env-var is set by GitHub actions
13-
ifdef CI
14-
pre-commit run --all-files --show-diff-on-failure
15-
else
13+
ifndef CI
1614
pre-commit run --all-files
1715
endif
1816
mypy aiosignal

0 commit comments

Comments
 (0)