We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 789ac3c commit e233fadCopy full SHA for e233fad
.pre-commit-config.yaml
@@ -9,7 +9,7 @@ repos:
9
#
10
11
- repo: https://github.com/abravalheri/validate-pyproject
12
- rev: v0.21
+ rev: v0.22
13
hooks:
14
- id: validate-pyproject
15
fail_fast: true
@@ -64,7 +64,7 @@ repos:
64
- id: rm-unneeded-f-str
65
66
- repo: https://github.com/asottile/pyupgrade
67
- rev: v3.18.0
+ rev: v3.19.0
68
69
- id: pyupgrade
70
args: [--py38-plus]
@@ -105,12 +105,12 @@ repos:
105
- id: check-docstring-first
106
107
- repo: https://github.com/astral-sh/ruff-pre-commit
108
- rev: v0.7.0
+ rev: v0.7.1
109
110
- id: ruff
111
112
- repo: https://github.com/pre-commit/mirrors-mypy
113
- rev: v1.12.1
+ rev: v1.13.0
114
115
- id: mypy
116
0 commit comments