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 d524d7f commit 2454a39Copy full SHA for 2454a39
.pre-commit-config.yaml
@@ -6,23 +6,23 @@ repos:
6
- id: trailing-whitespace
7
- id: no-commit-to-branch
8
- repo: https://github.com/astral-sh/ruff-pre-commit
9
- rev: v0.11.9
+ rev: v0.11.12
10
hooks:
11
- id: ruff
12
args: [--fix, --exit-non-zero-on-fix]
13
14
args: [--preview, --select=CPY]
15
- id: ruff-format
16
- repo: https://github.com/tox-dev/pyproject-fmt
17
- rev: v2.5.1
+ rev: v2.6.0
18
19
- id: pyproject-fmt
20
- repo: https://github.com/biomejs/pre-commit
21
- rev: v1.9.4
+ rev: v2.0.0-beta.5
22
23
- id: biome-format
24
- repo: https://github.com/pre-commit/mirrors-mypy
25
- rev: v1.15.0
+ rev: v1.16.0
26
27
- id: mypy
28
args: [--config-file=pyproject.toml]
0 commit comments