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 9918775 commit 3ad56f0Copy full SHA for 3ad56f0
.pre-commit-config.yaml
@@ -15,15 +15,15 @@ repos:
15
- id: codespell
16
additional_dependencies: ["tomli>=2.2.1"]
17
- repo: https://github.com/tox-dev/pyproject-fmt
18
- rev: "v2.5.1"
+ rev: "v2.6.0"
19
hooks:
20
- id: pyproject-fmt
21
- repo: https://github.com/abravalheri/validate-pyproject
22
rev: "v0.24.1"
23
24
- id: validate-pyproject
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: "v0.11.10"
+ rev: "v0.11.11"
27
28
- id: ruff-format
29
- id: ruff
0 commit comments