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.
1 parent 8a0fc11 commit 6bad8dfCopy full SHA for 6bad8df
1 file changed
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ repos:
12
- id: end-of-file-fixer
13
- id: trailing-whitespace
14
- repo: https://github.com/asottile/pyupgrade
15
- rev: v3.1.0
+ rev: v3.2.0
16
hooks:
17
- id: pyupgrade
18
args: [ "--py37-plus" ]
@@ -40,7 +40,7 @@ repos:
40
- id: tox-ini-fmt
41
args: [ "-p", "fix" ]
42
- repo: https://github.com/asottile/setup-cfg-fmt
43
- rev: v2.1.0
+ rev: v2.2.0
44
45
- id: setup-cfg-fmt
46
- repo: https://github.com/PyCQA/flake8
0 commit comments