Skip to content

Commit e6c961f

Browse files
authored
Merge branch 'main' into renovate/python-jsonschema-check-jsonschema-0.x
2 parents 6ee1b30 + 7dbfb9a commit e6c961f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^{{cookiecutter.project_slug}}/|^tests/data/test_package_generation/
22
repos:
33
- repo: https://github.com/astral-sh/ruff-pre-commit
4-
rev: v0.15.12
4+
rev: v0.15.14
55
hooks:
66
- id: ruff-check
77
args:
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: toml-sort-fix
2626
- repo: https://github.com/pre-commit/mirrors-mypy
27-
rev: v1.19.1
27+
rev: v1.20.2
2828
hooks:
2929
- id: mypy
3030
args:

tests/data/test_package_generation/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.15.12
3+
rev: v0.15.14
44
hooks:
55
- id: ruff-check
66
- id: ruff-format
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: toml-sort-fix
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.19.1
22+
rev: v1.20.2
2323
hooks:
2424
- id: mypy
2525
- repo: https://github.com/rbubley/mirrors-prettier

{{cookiecutter.project_slug}}/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.15.12
3+
rev: v0.15.14
44
hooks:
55
- id: ruff-check
66
- id: ruff-format
@@ -19,7 +19,7 @@ repos:
1919
hooks:
2020
- id: toml-sort-fix
2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v1.19.1
22+
rev: v1.20.2
2323
hooks:
2424
- id: mypy
2525
- repo: https://github.com/rbubley/mirrors-prettier

0 commit comments

Comments
 (0)