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 72fbbd2 + f85724b commit 10b9ddbCopy full SHA for 10b9ddb
.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]
@@ -17,7 +17,7 @@ repos:
17
18
- id: black
19
- repo: https://github.com/asottile/pyupgrade
20
- rev: v3.1.0
+ rev: v3.2.0
21
22
- id: pyupgrade
23
args: [--py36-plus]
@@ -31,7 +31,7 @@ repos:
31
32
- id: gitlint
33
- repo: https://github.com/asottile/setup-cfg-fmt
34
- rev: v2.1.0
+ rev: v2.2.0
35
36
- id: setup-cfg-fmt
37
args: [--min-py3-version, '3.6']
0 commit comments