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 a581449 commit 12a231fCopy full SHA for 12a231f
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v2.31.1
+ rev: v2.32.0
4
hooks:
5
- id: pyupgrade
6
args: ["--py36-plus"]
@@ -16,7 +16,7 @@ repos:
16
- id: yesqa
17
18
- repo: https://github.com/pre-commit/pre-commit-hooks
19
- rev: v4.1.0
+ rev: v4.2.0
20
21
- id: check-merge-conflict
22
- id: check-toml
0 commit comments