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 6e544b3 commit 9bfd6e8Copy full SHA for 9bfd6e8
.pre-commit-config.yaml
@@ -5,12 +5,12 @@ repos:
5
- id: end-of-file-fixer
6
- id: trailing-whitespace
7
- repo: https://github.com/python-jsonschema/check-jsonschema
8
- rev: 0.31.0
+ rev: 0.31.1
9
hooks:
10
- id: check-github-workflows
11
args: ["--verbose"]
12
- repo: https://github.com/codespell-project/codespell
13
- rev: v2.4.0
+ rev: v2.4.1
14
15
- id: codespell
16
additional_dependencies: ["tomli>=2.2.1"]
@@ -19,7 +19,7 @@ repos:
19
20
- id: pyproject-fmt
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: "v0.9.3"
+ rev: "v0.9.4"
23
24
- id: ruff-format
25
- id: ruff
0 commit comments