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 accda36 commit 03bcd6dCopy full SHA for 03bcd6d
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ exclude: |
19
repos:
20
- repo: https://github.com/astral-sh/ruff-pre-commit
21
# Ruff version.
22
- rev: "v0.11.4"
+ rev: "v0.12.2"
23
hooks:
24
- id: ruff
25
exclude: "examples|tests/assets"
@@ -37,7 +37,7 @@ repos:
37
exclude: ".python-version-default"
38
39
- repo: https://github.com/biomejs/pre-commit
40
- rev: "v2.0.0-beta.1"
+ rev: "v2.0.6"
41
42
- id: biome-check
43
additional_dependencies: ["@biomejs/[email protected]"]
0 commit comments