We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7746064 + 7ae82e0 commit 56723c4Copy full SHA for 56723c4
.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.1
+ rev: v3.8.2
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: v2.37.1
+ rev: v2.37.2
22
23
- id: pyupgrade
24
args: [--py36-plus]
25
- repo: https://github.com/asottile/setup-cfg-fmt
26
- rev: v1.20.1
+ rev: v1.20.2
27
28
- id: setup-cfg-fmt
29
args: [--min-py3-version, '3.6']
0 commit comments