We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bbe940 commit 427f817Copy full SHA for 427f817
1 file changed
.pre-commit-config.yaml
@@ -10,7 +10,7 @@ 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"]
@@ -19,7 +19,7 @@ repos:
19
20
- id: pyproject-fmt
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: "v0.15.4"
+ rev: "v0.15.5"
23
24
- id: ruff-format
25
- id: ruff
0 commit comments