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 273d4dd + 6edfe24 commit 56d57e7Copy full SHA for 56d57e7
.pre-commit-config.yaml
@@ -16,15 +16,15 @@ repos:
16
args: [--fix, lf]
17
- id: trailing-whitespace
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: "v0.0.276"
+ rev: "v0.0.277"
20
hooks:
21
- id: ruff
22
- repo: https://github.com/PyCQA/isort
23
rev: 5.12.0
24
25
- id: isort
26
- repo: https://github.com/pre-commit/mirrors-prettier
27
- rev: "v3.0.0-alpha.9-for-vscode"
+ rev: "v3.0.0"
28
29
- id: prettier
30
exclude: "^jsonschema/benchmarks/issue232/issue.json$"
0 commit comments