We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed9dd5b commit 3339126Copy full SHA for 3339126
.pre-commit-config.yaml
@@ -20,7 +20,7 @@ repos:
20
- id: codespell
21
args: ["-I", "codespell.txt"]
22
- repo: https://github.com/asottile/pyupgrade
23
- rev: v3.15.2
+ rev: v3.16.0
24
hooks:
25
- id: pyupgrade
26
args: ["--py37-plus"]
0 commit comments