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 b0c30a7 commit 85faca0Copy full SHA for 85faca0
.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.13.3"
23
hooks:
24
- id: ruff
25
exclude: "examples|tests/assets"
@@ -28,7 +28,7 @@ repos:
28
29
30
- repo: https://github.com/pre-commit/pre-commit-hooks
31
- rev: v5.0.0
+ rev: v6.0.0
32
33
- id: trailing-whitespace
34
- id: check-added-large-files
@@ -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.2.5"
41
42
- id: biome-check
43
additional_dependencies: ["@biomejs/[email protected]"]
0 commit comments