diff --git a/Makefile b/Makefile index e800437..b66c72b 100644 --- a/Makefile +++ b/Makefile @@ -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