We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 11efc02 + ee8a61a commit e9d0398Copy full SHA for e9d0398
1 file changed
.pre-commit-config.yaml
@@ -34,7 +34,7 @@ repos:
34
args: ["--print-width=120"]
35
36
- repo: https://github.com/tox-dev/pyproject-fmt
37
- rev: v2.20.0
+ rev: v2.21.0
38
hooks:
39
- id: pyproject-fmt
40
@@ -44,7 +44,7 @@ repos:
44
- id: validate-pyproject
45
46
- repo: https://github.com/astral-sh/ruff-pre-commit
47
- rev: v0.15.8
+ rev: v0.15.9
48
49
- id: ruff-check
50
args: [--fix]
@@ -62,7 +62,7 @@ repos:
62
exclude: ^(docs/changelog\.md|docs/deprecated\.md)$
63
64
- repo: https://github.com/pre-commit/mirrors-mypy
65
- rev: v1.19.1
+ rev: v1.20.0
66
67
- id: mypy
68
additional_dependencies:
0 commit comments