We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0415fd5 + a54356d commit 3857917Copy full SHA for 3857917
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.15.11
+ rev: v0.15.12
10
hooks:
11
- id: ruff-check
12
args: [--fix, --exit-non-zero-on-fix]
@@ -18,11 +18,11 @@ repos:
18
19
- id: pyproject-fmt
20
- repo: https://github.com/biomejs/pre-commit
21
- rev: v2.4.12
+ rev: v2.4.13
22
23
- id: biome-format
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.20.1
+ rev: v1.20.2
26
27
- id: mypy
28
args: [--config-file=pyproject.toml, .]
0 commit comments