Skip to content

Commit a77988f

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/tox-dev/pyproject-fmt: v2.21.0 → v2.23.0](tox-dev/pyproject-fmt@v2.21.0...v2.23.0) - [github.com/python-jsonschema/check-jsonschema: 0.37.1 → 0.37.2](python-jsonschema/check-jsonschema@0.37.1...0.37.2) - [github.com/astral-sh/ruff-pre-commit: v0.15.10 → v0.15.15](astral-sh/ruff-pre-commit@v0.15.10...v0.15.15)
1 parent 766a6d1 commit a77988f

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: check-hooks-apply # Leave nbstripout in here.
66
- id: check-useless-excludes
77
- repo: https://github.com/tox-dev/pyproject-fmt
8-
rev: v2.21.0
8+
rev: v2.23.0
99
hooks:
1010
- id: pyproject-fmt
1111
- repo: https://github.com/lyz-code/yamlfix
@@ -48,11 +48,11 @@ repos:
4848
- id: yamllint
4949
exclude: ^(docs_template/\.readthedocs.yaml)$
5050
- repo: https://github.com/python-jsonschema/check-jsonschema
51-
rev: 0.37.1
51+
rev: 0.37.2
5252
hooks:
5353
- id: check-github-workflows
5454
- repo: https://github.com/astral-sh/ruff-pre-commit
55-
rev: v0.15.10
55+
rev: v0.15.15
5656
hooks:
5757
- id: ruff-check
5858
args:

0 commit comments

Comments
 (0)