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 175d54f + 7c84e85 commit 95972ffCopy full SHA for 95972ff
.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.11.0
+ rev: v3.12.0
12
hooks:
13
- id: reorder-python-imports
14
args: [--application-directories, '.:src', --py37-plus]
@@ -18,12 +18,12 @@ repos:
18
- id: black
19
args: [--line-length=79]
20
- repo: https://github.com/asottile/pyupgrade
21
- rev: v3.13.0
+ rev: v3.14.0
22
23
- id: pyupgrade
24
args: [--py37-plus]
25
- repo: https://github.com/asottile/setup-cfg-fmt
26
- rev: v2.4.0
+ rev: v2.5.0
27
28
- id: setup-cfg-fmt
29
args: [--min-py3-version, '3.7']
0 commit comments