We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4f5a5f4 + e0875a7 commit a6d18b8Copy full SHA for a6d18b8
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- id: end-of-file-fixer
9
- id: trailing-whitespace
10
- repo: https://github.com/asottile/reorder_python_imports
11
- rev: v3.8.5
+ rev: v3.9.0
12
hooks:
13
- id: reorder-python-imports
14
args: [--application-directories, '.:src', --py36-plus]
@@ -18,12 +18,12 @@ repos:
18
- id: black
19
args: [--line-length=79]
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.1.0
+ rev: v3.2.0
22
23
- id: pyupgrade
24
args: [--py36-plus]
25
- repo: https://github.com/asottile/setup-cfg-fmt
26
- rev: v2.1.0
+ rev: v2.2.0
27
28
- id: setup-cfg-fmt
29
args: [--min-py3-version, '3.6']
0 commit comments