Skip to content

Commit 6a56ef9

Browse files
committed
chore: Add --diff to black to debug git job issues.
1 parent a968599 commit 6a56ef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.githooks/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -eo pipefail
44

55
# lint
6-
poetry run black --check .
6+
poetry run black --check --diff .
77
poetry run isort --check-only .
88
poetry run flake8 .
99
poetry run mypy .

0 commit comments

Comments
 (0)