We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78ef17f commit 985b39dCopy full SHA for 985b39d
.pre-commit-config.yaml
@@ -20,17 +20,17 @@ 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
0 commit comments