We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2b452 commit 3901cb7Copy full SHA for 3901cb7
.pre-commit-config.yaml
@@ -15,20 +15,20 @@ repos:
15
- id: trailing-whitespace
16
17
- repo: https://github.com/tox-dev/pyproject-fmt
18
- rev: "2.2.4"
+ rev: "v2.5.0"
19
hooks:
20
- id: pyproject-fmt
21
22
- repo: https://github.com/astral-sh/ruff-pre-commit
23
# Ruff version.
24
- rev: 'v0.6.9'
+ rev: 'v0.7.2'
25
26
- id: ruff
27
args: [--fix, --exit-non-zero-on-fix]
28
- id: ruff-format
29
30
- repo: https://github.com/pre-commit/mirrors-mypy
31
- rev: v1.11.2
+ rev: v1.13.0
32
33
- id: mypy
34
pass_filenames: true
@@ -43,6 +43,6 @@ repos:
43
- darglint
44
45
- repo: https://github.com/pre-commit/pre-commit
46
- rev: v4.0.0
+ rev: v4.0.1
47
48
- id: validate_manifest
0 commit comments