We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 240d1b7 commit dfe6795Copy full SHA for dfe6795
.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.5.5
+ rev: v0.5.6
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.1.4"
+ rev: "2.2.1"
33
34
- id: pyproject-fmt
35
@@ -47,7 +47,7 @@ repos:
47
- id: validate-pyproject
48
49
- repo: https://github.com/pre-commit/mirrors-mypy
50
- rev: v1.11.0
+ rev: v1.11.1
51
52
- id: mypy
53
args:
0 commit comments