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 f5894ac commit a9b21c2Copy full SHA for a9b21c2
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: name-tests-test
11
- id: requirements-txt-fixer
12
- repo: https://github.com/asottile/setup-cfg-fmt
13
- rev: v1.20.0
+ rev: v1.20.1
14
hooks:
15
- id: setup-cfg-fmt
16
- repo: https://github.com/asottile/reorder_python_imports
@@ -19,7 +19,7 @@ repos:
19
- id: reorder-python-imports
20
args: [--py37-plus, --add-import, 'from __future__ import annotations']
21
- repo: https://github.com/asottile/add-trailing-comma
22
- rev: v2.2.1
+ rev: v2.2.2
23
24
- id: add-trailing-comma
25
args: [--py36-plus]
0 commit comments