Skip to content

Commit 2e92e42

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.14 → v0.15.0](astral-sh/ruff-pre-commit@v0.14.14...v0.15.0) - [github.com/tox-dev/pyproject-fmt: v2.12.1 → v2.14.2](tox-dev/pyproject-fmt@v2.12.1...v2.14.2)
1 parent cdc04ca commit 2e92e42

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.14.14
48+
rev: v0.15.0
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.12.1
56+
rev: v2.14.2
5757
hooks:
5858
- id: pyproject-fmt
5959
- repo: https://github.com/camptocamp/jsonschema-gentypes

0 commit comments

Comments
 (0)