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 bfa7f43 commit fd427dcCopy full SHA for fd427dc
.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"]
@@ -24,7 +24,7 @@ repos:
24
25
- id: pyproject-fmt
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: "v0.9.3"
+ rev: "v0.9.4"
28
29
- id: ruff-format
30
- id: ruff
0 commit comments