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 c574350 commit 7fcc8f7Copy full SHA for 7fcc8f7
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
# Hooks that are run everywhere
3
- repo: https://github.com/biomejs/pre-commit
4
- rev: v2.0.0-beta.5
+ rev: v2.1.1
5
hooks:
6
- id: biome-format
7
# Hooks that are run for scripts
@@ -10,7 +10,7 @@ repos:
10
11
- id: pyproject-fmt
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.11.11
+ rev: v0.12.3
14
15
- id: ruff
16
args: [--fix, --exit-non-zero-on-fix]
0 commit comments