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 c563034 + 6db1bef commit 2ed7ad6Copy full SHA for 2ed7ad6
1 file changed
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
args: [--fix, lf]
17
- id: trailing-whitespace
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: "v0.1.4"
+ rev: "v0.1.5"
20
hooks:
21
- id: ruff
22
args: [--fix, --exit-non-zero-on-fix]
@@ -25,7 +25,7 @@ repos:
25
26
- id: isort
27
- repo: https://github.com/pre-commit/mirrors-prettier
28
- rev: "v3.0.3"
+ rev: "v3.1.0"
29
30
- id: prettier
31
exclude: "^jsonschema/benchmarks/issue232/issue.json$"
0 commit comments