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 e08d210 commit de9fa1eCopy full SHA for de9fa1e
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: check-toml
12
- id: check-yaml
13
- repo: https://github.com/asottile/pyupgrade
14
- rev: v3.7.0
+ rev: v3.8.0
15
hooks:
16
- id: pyupgrade
17
args: [--py36-plus]
@@ -30,7 +30,7 @@ repos:
30
- id: rst-backticks
31
- id: rst-directive-colons
32
- repo: https://github.com/asottile/setup-cfg-fmt
33
- rev: v2.3.0
+ rev: v2.4.0
34
35
- id: setup-cfg-fmt
36
- repo: https://github.com/tox-dev/pyproject-fmt
0 commit comments