We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ebe301 commit 75366ddCopy full SHA for 75366dd
.pre-commit-config.yaml
@@ -6,19 +6,19 @@ 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.1
+ rev: v0.15.2
10
hooks:
11
- id: ruff-check
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.16.0
+ rev: v2.16.2
18
19
- id: pyproject-fmt
20
- repo: https://github.com/biomejs/pre-commit
21
- rev: v2.3.15
+ rev: v2.4.4
22
23
- id: biome-format
24
- repo: https://github.com/H4rryK4ne/update-mypy-hook
0 commit comments