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 2b79706 commit f93cc85Copy full SHA for f93cc85
.pre-commit-config.yaml
@@ -46,12 +46,12 @@ repos:
46
hooks:
47
- id: uv-lock
48
- repo: https://github.com/pre-commit/mirrors-prettier
49
- rev: v3.1.0
+ rev: v4.0.0-alpha.8
50
51
- id: prettier
52
args: ["--tab-width", "2"]
53
- repo: https://github.com/astral-sh/ruff-pre-commit
54
- rev: v0.11.13
+ rev: v0.12.1
55
56
- id: ruff
57
args: [--fix, --unsafe-fixes, --exit-non-zero-on-fix]
0 commit comments