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 78ef17f + e2338ae commit 9be3bc1Copy full SHA for 9be3bc1
.pre-commit-config.yaml
@@ -20,21 +20,21 @@ repos:
20
hooks:
21
- id: autopep8
22
- repo: https://github.com/asottile/reorder-python-imports
23
- rev: v3.13.0
+ rev: v3.14.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.17.0
+ rev: v3.18.0
29
30
- id: pyupgrade
31
args: [--py39-plus]
32
- repo: https://github.com/asottile/setup-cfg-fmt
33
- rev: v2.5.0
+ rev: v2.7.0
34
35
- id: setup-cfg-fmt
36
- repo: https://github.com/pre-commit/mirrors-mypy
37
- rev: v1.11.2
+ rev: v1.12.1
38
39
- id: mypy
40
additional_dependencies: [types-requests]
0 commit comments