Skip to content

Commit 8d0e6f9

Browse files
[pre-commit.ci] pre-commit autoupdate (#353)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.15.8 → v0.15.9](astral-sh/ruff-pre-commit@v0.15.8...v0.15.9) - [github.com/tox-dev/pyproject-fmt: v2.20.0 → v2.21.0](tox-dev/pyproject-fmt@v2.20.0...v2.21.0) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v1.20.0](pre-commit/mirrors-mypy@v1.19.1...v1.20.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent e4d8834 commit 8d0e6f9

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
@@ -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.8
48+
rev: v0.15.9
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.20.0
56+
rev: v2.21.0
5757
hooks:
5858
- id: pyproject-fmt
5959
- repo: https://github.com/camptocamp/jsonschema-gentypes
@@ -65,7 +65,7 @@ repos:
6565
- --python=scripts/src/ecosystem_scripts/schema.pyi
6666
files: ^scripts/.*/schema.json$
6767
- repo: https://github.com/pre-commit/mirrors-mypy
68-
rev: v1.19.1
68+
rev: v1.20.0
6969
hooks:
7070
- id: mypy
7171
args: [--config-file=scripts/pyproject.toml, scripts]

0 commit comments

Comments
 (0)