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 439cc76 commit 81dc95dCopy full SHA for 81dc95d
.pre-commit-config.yaml
@@ -10,20 +10,20 @@ repos:
10
- id: check-github-workflows
11
args: ["--verbose"]
12
- repo: https://github.com/codespell-project/codespell
13
- rev: v2.4.1
+ rev: v2.4.2
14
hooks:
15
- id: codespell
16
additional_dependencies: ["tomli>=2.4"]
17
- repo: https://github.com/tox-dev/tox-toml-fmt
18
- rev: "v1.8.0"
+ rev: "v1.9.1"
19
20
- id: tox-toml-fmt
21
- repo: https://github.com/tox-dev/pyproject-fmt
22
rev: "v2.16.2"
23
24
- id: pyproject-fmt
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: "v0.15.4"
+ rev: "v0.15.5"
27
28
- id: ruff-format
29
- id: ruff
0 commit comments