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 65aeec8 commit 0f48b82Copy full SHA for 0f48b82
.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
40
hooks:
41
- id: pyupgrade
42
args: ["--py310-plus", "--keep-percent-format"]
43
44
- repo: https://github.com/tox-dev/pyproject-fmt
45
rev: v2.6.0
46
0 commit comments