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.
1 parent 786ff25 commit a17cd37Copy full SHA for a17cd37
.pre-commit-config.yaml
@@ -16,16 +16,16 @@ repos:
16
args: [--fix, lf]
17
- id: trailing-whitespace
18
- repo: https://github.com/astral-sh/ruff-pre-commit
19
- rev: "v0.1.7"
+ rev: "v0.1.9"
20
hooks:
21
- id: ruff
22
args: [--fix, --exit-non-zero-on-fix]
23
- repo: https://github.com/PyCQA/isort
24
- rev: 5.13.0
+ rev: 5.13.2
25
26
- id: isort
27
- repo: https://github.com/pre-commit/mirrors-prettier
28
- rev: "v4.0.0-alpha.4"
+ rev: "v4.0.0-alpha.8"
29
30
- id: prettier
31
exclude: "^jsonschema/benchmarks/issue232/issue.json$"
0 commit comments