We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4241d4 commit baebce9Copy full SHA for baebce9
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.7
+ rev: v0.15.8
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.4.8
+ rev: v2.4.9
22
23
- id: biome-format
24
- repo: https://github.com/pre-commit/mirrors-mypy
0 commit comments