We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acea83b commit 740ee14Copy full SHA for 740ee14
1 file changed
project_name/justfile.jinja
@@ -42,7 +42,7 @@ format-and-check:
42
check:
43
just test
44
uv run mypy
45
- uv run pre-commit run --all-files --show-diff-on-failure
+ uv run pre-commit run --all-files
46
47
# Format code and files
48
format:
0 commit comments