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 5fb27b0 commit 724896fCopy full SHA for 724896f
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/asottile/pyupgrade
3
- rev: v3.13.0
+ rev: v3.15.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.4.0
+ rev: v4.5.0
20
21
- id: check-merge-conflict
22
- id: check-toml
0 commit comments