We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67212f0 commit fecb651Copy full SHA for fecb651
.pre-commit-config.yaml
@@ -18,7 +18,7 @@ repos:
18
- id: reorder-python-imports
19
args: [--py37-plus, --add-import, "from __future__ import annotations"]
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.15.2
+ rev: v3.16.0
22
hooks:
23
- id: pyupgrade
24
args: [--py310-plus]
0 commit comments