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 30128b7 commit 34fbf2eCopy full SHA for 34fbf2e
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ repos:
10
- id: end-of-file-fixer
11
exclude: tests/testdata
12
- repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: "v0.11.10"
+ rev: "v0.11.11"
14
hooks:
15
- id: ruff
16
args: ["--fix"]
@@ -22,7 +22,7 @@ repos:
22
exclude: tests/testdata|setup.py
23
types: [python]
24
- repo: https://github.com/asottile/pyupgrade
25
- rev: v3.19.1
+ rev: v3.20.0
26
27
- id: pyupgrade
28
@@ -66,6 +66,6 @@ repos:
66
- id: prettier
67
args: [--prose-wrap=always, --print-width=88]
68
- repo: https://github.com/tox-dev/pyproject-fmt
69
- rev: "v2.5.1"
+ rev: "v2.6.0"
70
71
- id: pyproject-fmt
0 commit comments