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 653343c commit 03f1ecfCopy full SHA for 03f1ecf
.pre-commit-config.yaml
@@ -34,13 +34,11 @@ repos:
34
additional_dependencies:
35
# python doesn't come with a toml parser prior to 3.11
36
- "tomli; python_version < '3.11'"
37
-
38
- repo: https://github.com/asottile/pyupgrade
39
- rev: v3.19.1
+ rev: v3.21.0
40
hooks:
41
- id: pyupgrade
42
- args: ["--py39-plus", "--keep-percent-format"]
43
+ args: ["--py310-plus", "--keep-percent-format"]
44
- repo: https://github.com/tox-dev/pyproject-fmt
45
rev: v2.6.0
46
0 commit comments