We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e24935 commit 52602eaCopy full SHA for 52602ea
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: auto-walrus
17
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: v0.7.0
+ rev: v0.7.1
20
hooks:
21
- id: ruff
22
- id: ruff-format
@@ -29,7 +29,7 @@ repos:
29
- tomli
30
31
- repo: https://github.com/tox-dev/pyproject-fmt
32
- rev: "2.4.3"
+ rev: "v2.4.3"
33
34
- id: pyproject-fmt
35
@@ -42,12 +42,12 @@ repos:
42
pass_filenames: false
43
44
- repo: https://github.com/abravalheri/validate-pyproject
45
- rev: v0.21
+ rev: v0.22
46
47
- id: validate-pyproject
48
49
- repo: https://github.com/pre-commit/mirrors-mypy
50
- rev: v1.12.1
+ rev: v1.13.0
51
52
- id: mypy
53
args:
0 commit comments