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 7c76abf + 5f8470b commit 940ef2eCopy full SHA for 940ef2e
.pre-commit-config.yaml
@@ -10,17 +10,17 @@ repos:
10
- id: name-tests-test
11
- id: requirements-txt-fixer
12
- repo: https://github.com/asottile/reorder_python_imports
13
- rev: v3.8.2
+ rev: v3.8.3
14
hooks:
15
- id: reorder-python-imports
16
args: [--py36-plus]
17
- repo: https://github.com/asottile/add-trailing-comma
18
- rev: v2.2.3
+ rev: v2.3.0
19
20
- id: add-trailing-comma
21
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v2.38.0
+ rev: v2.38.2
24
25
- id: pyupgrade
26
0 commit comments