We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed63c4 commit 39ed750Copy full SHA for 39ed750
.pre-commit-config.yaml
@@ -54,7 +54,7 @@ repos:
54
language: python
55
types: [python]
56
- repo: https://github.com/asottile/pyupgrade
57
- rev: v3.9.0
+ rev: v3.10.1
58
hooks:
59
- id: pyupgrade
60
args: [--py38-plus]
@@ -97,7 +97,7 @@ repos:
97
98
99
- repo: https://github.com/PyCQA/flake8
100
- rev: 6.0.0
+ rev: 6.1.0
101
102
- id: flake8
103
@@ -147,7 +147,7 @@ repos:
147
148
149
- repo: https://github.com/pre-commit/mirrors-mypy
150
- rev: v1.4.1
+ rev: v1.5.0
151
152
- id: mypy
153
0 commit comments