Skip to content

Commit 2f52b33

Browse files
authored
Do not use legacy ruff hook ID and drop unkey (#109)
1 parent e6cb3e2 commit 2f52b33

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,10 @@ repos:
2424
hooks:
2525
- id: reorder-python-imports
2626
args: [--py312-plus, --add-import, from __future__ import annotations]
27-
- repo: https://github.com/mxr/unkey
28-
rev: v0.0.2
29-
hooks:
30-
- id: unkey
3127
- repo: https://github.com/astral-sh/ruff-pre-commit
3228
rev: v0.12.0
3329
hooks:
34-
- id: ruff
30+
- id: ruff-check
3531
args: [--fix]
3632
- id: ruff-format
3733
- repo: https://github.com/sqlfluff/sqlfluff

0 commit comments

Comments
 (0)