We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d302eb commit b588b69Copy full SHA for b588b69
.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.1"]
@@ -23,7 +23,7 @@ repos:
23
24
- id: validate-pyproject
25
- repo: https://github.com/astral-sh/ruff-pre-commit
26
- rev: "v0.9.3"
+ rev: "v0.9.4"
27
28
- id: ruff-format
29
- id: ruff
0 commit comments