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 87e4158 + 49abb19 commit 0862910Copy full SHA for 0862910
.pre-commit-config.yaml
@@ -20,12 +20,12 @@ repos:
20
hooks:
21
- id: autopep8
22
- repo: https://github.com/asottile/reorder-python-imports
23
- rev: v3.14.0
+ rev: v3.15.0
24
25
- id: reorder-python-imports
26
args: [--py39-plus, --add-import, 'from __future__ import annotations']
27
- repo: https://github.com/asottile/pyupgrade
28
- rev: v3.19.1
+ rev: v3.20.0
29
30
- id: pyupgrade
31
args: [--py39-plus]
@@ -34,7 +34,7 @@ repos:
34
35
- id: setup-cfg-fmt
36
- repo: https://github.com/pre-commit/mirrors-mypy
37
- rev: v1.15.0
+ rev: v1.16.0
38
39
- id: mypy
40
additional_dependencies: [types-requests]
0 commit comments