We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88927b commit 0b2dd06Copy full SHA for 0b2dd06
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ repos:
3
hooks:
4
- id: ruff-check
5
name: ruff check
6
- entry: uv run ruff check --fix
+ entry: uv run ruff check --fix --exit-zero
7
language: system
8
types: [python]
9
pass_filenames: false
0 commit comments