Skip to content

Commit 6492f54

Browse files
authored
Merge branch 'main' into remove-obsolte-template-repos
2 parents 49084fe + 8855817 commit 6492f54

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ repos:
1818
- id: trailing-whitespace
1919
- id: check-case-conflict
2020
- repo: https://github.com/rbubley/mirrors-prettier
21-
rev: v3.6.2
21+
rev: v3.7.3
2222
hooks:
2323
- id: prettier
2424
# package metadata
@@ -45,7 +45,7 @@ repos:
4545
exclude: "^packages/.*/(meta.yaml|logo\\..*)$"
4646
# scripts
4747
- repo: https://github.com/astral-sh/ruff-pre-commit
48-
rev: v0.14.6
48+
rev: v0.14.7
4949
hooks:
5050
- id: ruff-check
5151
args: [--fix, --exit-non-zero-on-fix]
@@ -57,15 +57,15 @@ repos:
5757
hooks:
5858
- id: pyproject-fmt
5959
- repo: https://github.com/camptocamp/jsonschema-gentypes
60-
rev: "2.12.0"
60+
rev: "2.13.0"
6161
hooks:
6262
- id: jsonschema-gentypes
6363
args:
6464
- --json-schema=scripts/src/ecosystem_scripts/schema.json
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.18.2
68+
rev: v1.19.0
6969
hooks:
7070
- id: mypy
7171
args: [--config-file=scripts/pyproject.toml, scripts]

0 commit comments

Comments
 (0)