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 f40000d + d839afd commit ee20772Copy full SHA for ee20772
1 file changed
.pre-commit-config.yaml
@@ -23,12 +23,12 @@ repos:
23
- id: reorder-python-imports
24
args: [--py3-plus]
25
- repo: https://github.com/asottile/pyupgrade
26
- rev: v2.29.0
+ rev: v2.29.1
27
hooks:
28
- id: pyupgrade
29
30
- repo: https://github.com/asottile/add-trailing-comma
31
- rev: v2.2.0
+ rev: v2.2.1
32
33
- id: add-trailing-comma
34
args: [--py36-plus]
0 commit comments