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.
2 parents 9dca87c + 74d80b0 commit 125eafaCopy full SHA for 125eafa
.pre-commit-config.yaml
@@ -2,7 +2,7 @@ exclude: jsonschema_specifications/schemas/
2
3
repos:
4
- repo: https://github.com/pre-commit/pre-commit-hooks
5
- rev: v5.0.0
+ rev: v6.0.0
6
hooks:
7
- id: check-ast
8
- id: check-json
@@ -15,7 +15,7 @@ repos:
15
args: [--fix, lf]
16
- id: trailing-whitespace
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: "v0.12.7"
+ rev: "v0.12.8"
19
20
- id: ruff
21
args: [--fix, --exit-non-zero-on-fix]
0 commit comments