Skip to content

Commit 9769209

Browse files
committed
Non-legacy ruff.
1 parent d97e65e commit 9769209

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ repos:
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
1616
rev: "v0.14.5"
1717
hooks:
18-
- id: ruff
18+
- id: ruff-check
1919
args: [--fix, --exit-non-zero-on-fix]
20-
- repo: https://github.com/psf/black-pre-commit-mirror
21-
rev: 25.11.0
22-
hooks:
23-
- name: black
24-
id: black
25-
args: ["--line-length", "79"]
26-
- repo: https://github.com/pre-commit/mirrors-prettier
27-
rev: "v4.0.0-alpha.8"
28-
hooks:
29-
- id: prettier
20+
- id: ruff-format

0 commit comments

Comments
 (0)