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 b8ffe80 + 53ed0af commit 1563955Copy full SHA for 1563955
.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: v4.6.0
+ rev: v5.0.0
6
hooks:
7
- id: check-ast
8
- id: check-json
@@ -15,15 +15,15 @@ repos:
15
args: [--fix, lf]
16
- id: trailing-whitespace
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
- rev: "v0.6.7"
+ rev: "v0.6.9"
19
20
- id: ruff
21
- repo: https://github.com/PyCQA/isort
22
rev: 5.13.2
23
24
- id: isort
25
- repo: https://github.com/psf/black
26
- rev: 24.8.0
+ rev: 24.10.0
27
28
- name: black
29
id: black
0 commit comments