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 ddf8121 + 7a3c094 commit 2f1d3d9Copy full SHA for 2f1d3d9
.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', --py38-plus]
@@ -17,7 +17,7 @@ repos:
17
18
- id: black
19
- repo: https://github.com/asottile/pyupgrade
20
+ rev: v3.14.0
21
22
- id: pyupgrade
23
args: [--py38-plus]
@@ -31,7 +31,7 @@ repos:
31
32
- id: gitlint
33
- repo: https://github.com/asottile/setup-cfg-fmt
34
- rev: v2.4.0
+ rev: v2.5.0
35
36
- id: setup-cfg-fmt
37
args: [--min-py3-version, '3.8']
0 commit comments