Skip to content

Commit a987aab

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/PyCQA/isort: 6.1.0 → 7.0.0](PyCQA/isort@6.1.0...7.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.34.0 → 0.34.1](python-jsonschema/check-jsonschema@0.34.0...0.34.1) - [github.com/astral-sh/ruff-pre-commit: v0.13.3 → v0.14.0](astral-sh/ruff-pre-commit@v0.13.3...v0.14.0)
1 parent 6293865 commit a987aab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
args: ["--target-version=py39"]
1313

1414
- repo: https://github.com/PyCQA/isort
15-
rev: 6.1.0
15+
rev: 7.0.0
1616
hooks:
1717
- id: isort
1818

@@ -47,7 +47,7 @@ repos:
4747
# - id: pyprojectsort
4848

4949
- repo: https://github.com/python-jsonschema/check-jsonschema
50-
rev: "0.34.0"
50+
rev: "0.34.1"
5151
hooks:
5252
- id: check-github-workflows
5353
- id: check-readthedocs
@@ -59,7 +59,7 @@ repos:
5959

6060
- repo: https://github.com/astral-sh/ruff-pre-commit
6161
# Ruff version.
62-
rev: v0.13.3
62+
rev: v0.14.0
6363
hooks:
6464
# Run the linter.
6565
- id: ruff

0 commit comments

Comments
 (0)