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 d97e65e commit 9769209Copy full SHA for 9769209
.pre-commit-config.yaml
@@ -15,15 +15,6 @@ repos:
15
- repo: https://github.com/astral-sh/ruff-pre-commit
16
rev: "v0.14.5"
17
hooks:
18
- - id: ruff
+ - id: ruff-check
19
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
29
- - id: prettier
+ - id: ruff-format
0 commit comments