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 afd5e7e commit 8ee45edCopy full SHA for 8ee45ed
.pre-commit-config.yaml
@@ -29,12 +29,12 @@ repos:
29
- id: rst-backticks
30
- id: rst-directive-colons
31
- repo: https://github.com/biomejs/pre-commit
32
- rev: v2.1.1
+ rev: v2.1.2
33
hooks:
34
- id: biome-check
35
verbose: true
36
- repo: https://github.com/astral-sh/ruff-pre-commit
37
- rev: 'v0.12.3'
+ rev: 'v0.12.4'
38
39
- id: ruff
40
args: [--fix, --exit-non-zero-on-fix]
0 commit comments