We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7524032 commit 7d30958Copy full SHA for 7d30958
1 file changed
.pre-commit-config.yaml
@@ -15,11 +15,11 @@ repos:
15
- id: codespell
16
additional_dependencies: ["tomli>=2.4"]
17
- repo: https://github.com/tox-dev/pyproject-fmt
18
- rev: "v2.16.2"
+ rev: "v2.18.1"
19
hooks:
20
- id: pyproject-fmt
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: "v0.15.5"
+ rev: "v0.15.6"
23
24
- id: ruff-format
25
- id: ruff
0 commit comments