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 3813c06 commit f2102e0Copy full SHA for f2102e0
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ repos:
6
- id: trailing-whitespace
7
- id: no-commit-to-branch
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.12.9
+ rev: v0.12.10
10
hooks:
11
- id: ruff-check
12
args: [--fix, --exit-non-zero-on-fix]
@@ -18,7 +18,7 @@ repos:
18
19
- id: pyproject-fmt
20
- repo: https://github.com/biomejs/pre-commit
21
- rev: v2.2.0
+ rev: v2.2.2
22
23
- id: biome-format
24
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments