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