Skip to content

Commit 5150226

Browse files
authored
Merge branch 'main' into paddyroddy-patch-1
2 parents 4bf91a1 + e6a2821 commit 5150226

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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:
@@ -49,7 +49,7 @@ repos:
4949
- --fix=lf
5050
- id: trailing-whitespace
5151
- repo: https://github.com/python-jsonschema/check-jsonschema
52-
rev: 0.37.1
52+
rev: 0.37.2
5353
hooks:
5454
# Schemas taken from https://www.schemastore.org/json/
5555
- id: check-jsonschema

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

Lines changed: 3 additions & 3 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
@@ -41,7 +41,7 @@ repos:
4141
- --fix=lf
4242
- id: trailing-whitespace
4343
- repo: https://github.com/python-jsonschema/check-jsonschema
44-
rev: 0.37.1
44+
rev: 0.37.2
4545
hooks:
4646
# Schemas taken from https://www.schemastore.org/json/
4747
- id: check-jsonschema

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

Lines changed: 3 additions & 3 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
@@ -41,7 +41,7 @@ repos:
4141
- --fix=lf
4242
- id: trailing-whitespace
4343
- repo: https://github.com/python-jsonschema/check-jsonschema
44-
rev: 0.37.1
44+
rev: 0.37.2
4545
hooks:
4646
# Schemas taken from https://www.schemastore.org/json/
4747
- id: check-jsonschema

0 commit comments

Comments
 (0)