Skip to content

Commit cac0865

Browse files
[pre-commit.ci] pre-commit autoupdate (#374)
updates: - [github.com/rbubley/mirrors-prettier: v3.8.3 → v3.9.1](rbubley/mirrors-prettier@v3.8.3...v3.9.1) - [github.com/python-jsonschema/check-jsonschema: 0.37.2 → 0.37.3](python-jsonschema/check-jsonschema@0.37.2...0.37.3) - [github.com/python-jsonschema/check-jsonschema: 0.37.2 → 0.37.3](python-jsonschema/check-jsonschema@0.37.2...0.37.3) - [github.com/astral-sh/ruff-pre-commit: v0.15.15 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.15...v0.15.20) - [github.com/tox-dev/pyproject-fmt: v2.23.0 → v2.25.1](tox-dev/pyproject-fmt@v2.23.0...v2.25.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e6ec64d commit cac0865

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,18 @@ repos:
1818
- id: trailing-whitespace
1919
- id: check-case-conflict
2020
- repo: https://github.com/rbubley/mirrors-prettier
21-
rev: v3.8.3
21+
rev: v3.9.1
2222
hooks:
2323
- id: prettier
2424
# package metadata
2525
- repo: https://github.com/python-jsonschema/check-jsonschema
26-
rev: 0.37.2
26+
rev: 0.37.3
2727
hooks:
2828
- id: check-jsonschema
2929
files: "scripts/src/ecosystem_scripts/schema.json"
3030
args: ["--check-metaschema"]
3131
- repo: https://github.com/python-jsonschema/check-jsonschema
32-
rev: 0.37.2
32+
rev: 0.37.3
3333
hooks:
3434
- id: check-jsonschema
3535
files: "packages/.*/meta.yaml"
@@ -45,15 +45,15 @@ repos:
4545
exclude: "^packages/.*/(meta.yaml|logo\\..*)$"
4646
# scripts
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.15.15
48+
rev: v0.15.20
4949
hooks:
5050
- id: ruff-check
5151
args: [--fix, --exit-non-zero-on-fix]
5252
files: ^scripts/.*$
5353
- id: ruff-format
5454
files: ^scripts/.*$
5555
- repo: https://github.com/tox-dev/pyproject-fmt
56-
rev: v2.23.0
56+
rev: v2.25.1
5757
hooks:
5858
- id: pyproject-fmt
5959
- repo: https://github.com/camptocamp/jsonschema-gentypes

0 commit comments

Comments
 (0)