Skip to content

Commit 740ee14

Browse files
committed
📦🔧 Remove --show-diff-on-failure flag from pre-commit check command
1 parent acea83b commit 740ee14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project_name/justfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ format-and-check:
4242
check:
4343
just test
4444
uv run mypy
45-
uv run pre-commit run --all-files --show-diff-on-failure
45+
uv run pre-commit run --all-files
4646

4747
# Format code and files
4848
format:

0 commit comments

Comments
 (0)