Skip to content

Commit 94fac89

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.36.1 → 0.37.0](python-jsonschema/check-jsonschema@0.36.1...0.37.0) - [github.com/tox-dev/pyproject-fmt: v2.11.1 → v2.16.2](tox-dev/pyproject-fmt@v2.11.1...v2.16.2) - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.14...v0.15.4)
1 parent ada4703 commit 94fac89

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ repos:
55
- id: end-of-file-fixer
66
- id: trailing-whitespace
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.36.1
8+
rev: 0.37.0
99
hooks:
1010
- id: check-github-workflows
1111
args: ["--verbose"]
@@ -15,11 +15,11 @@ repos:
1515
- id: codespell
1616
additional_dependencies: ["tomli>=2.4"]
1717
- repo: https://github.com/tox-dev/pyproject-fmt
18-
rev: "v2.11.1"
18+
rev: "v2.16.2"
1919
hooks:
2020
- id: pyproject-fmt
2121
- repo: https://github.com/astral-sh/ruff-pre-commit
22-
rev: "v0.14.14"
22+
rev: "v0.15.4"
2323
hooks:
2424
- id: ruff-format
2525
- id: ruff

0 commit comments

Comments
 (0)