We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f36f7f commit 0248db2Copy full SHA for 0248db2
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.9.3
+ rev: v0.9.4
4
hooks:
5
- id: ruff
6
- id: ruff-format
@@ -31,7 +31,7 @@ repos:
31
- --fix=lf
32
- id: trailing-whitespace
33
- repo: https://github.com/python-jsonschema/check-jsonschema
34
- rev: 0.31.0
+ rev: 0.31.1
35
36
# Schemas taken from https://www.schemastore.org/json/
37
- id: check-jsonschema
@@ -41,7 +41,7 @@ repos:
41
args: ["--verbose", "--schemafile", "schemas/github-issue-forms.json"]
42
43
- repo: https://github.com/codespell-project/codespell
44
- rev: v2.4.0
+ rev: v2.4.1
45
46
- id: codespell
47
args: ["--write-changes"]
0 commit comments