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.
2 parents 44b053c + 8934bab commit b870af8Copy full SHA for b870af8
.pre-commit-config.yaml
@@ -19,7 +19,7 @@ repos:
19
- id: auto-walrus
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.14.3
+ rev: v0.14.7
23
hooks:
24
- id: ruff-check
25
- id: ruff-format
@@ -32,7 +32,7 @@ repos:
32
- tomli
33
34
- repo: https://github.com/tox-dev/pyproject-fmt
35
- rev: v2.11.0
+ rev: v2.11.1
36
37
- id: pyproject-fmt
38
@@ -50,7 +50,7 @@ repos:
50
- id: validate-pyproject
51
52
- repo: https://github.com/pre-commit/mirrors-mypy
53
- rev: v1.18.2
+ rev: v1.19.0
54
55
- id: mypy
56
args:
0 commit comments