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.
1 parent baa2b81 commit 9737a96Copy full SHA for 9737a96
.pre-commit-config.yaml
@@ -19,12 +19,12 @@ repos:
19
- id: end-of-file-fixer
20
- id: check-yaml
21
- repo: https://github.com/asottile/pyupgrade
22
- rev: v3.10.1
+ rev: v3.11.0
23
hooks:
24
- id: pyupgrade
25
args: [--py37-plus]
26
- repo: https://github.com/asottile/reorder-python-imports
27
- rev: v3.10.0
28
29
- id: reorder-python-imports
30
args: ['--application-directories=execnet', --py37-plus]
0 commit comments