We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30511b0 commit 6701446Copy full SHA for 6701446
1 file changed
.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.14.9
+ rev: v0.14.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.3.8
+ rev: v2.3.10
22
23
- id: biome-format
24
- repo: https://github.com/H4rryK4ne/update-mypy-hook
0 commit comments