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 8eb3c4d commit eab82d2Copy full SHA for eab82d2
.github/workflows/lint.yml
@@ -20,7 +20,3 @@ jobs:
20
with:
21
python-version: "3.x"
22
- uses: tox-dev/action-pre-commit-uv@v1
23
- - uses: astral-sh/ruff-action@v3
24
- with:
25
- args: check
26
- src: "."
.pre-commit-config.yaml
@@ -1,6 +1,12 @@
1
repos:
2
+ - repo: https://github.com/astral-sh/ruff-pre-commit
3
+ rev: v0.12.3
4
+ hooks:
5
+ - id: ruff-check
6
+ args: [--exit-non-zero-on-fix]
7
+
8
- repo: https://github.com/pre-commit/pre-commit-hooks
- rev: v4.6.0
9
+ rev: v5.0.0
10
hooks:
11
- id: check-added-large-files
12
- id: check-case-conflict
0 commit comments