Skip to content

Commit 2afa6c8

Browse files
pre-commit-ci[bot]lafrech
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.3 → v0.15.4](astral-sh/ruff-pre-commit@v0.14.3...v0.15.4) - [github.com/python-jsonschema/check-jsonschema: 0.34.1 → 0.37.0](python-jsonschema/check-jsonschema@0.34.1...0.37.0) - [github.com/pre-commit/mirrors-mypy: v1.18.2 → v1.19.1](pre-commit/mirrors-mypy@v1.18.2...v1.19.1)
1 parent 2cef921 commit 2afa6c8

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
@@ -2,12 +2,12 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.14.3
5+
rev: v0.15.4
66
hooks:
77
- id: ruff
88
- id: ruff-format
99
- repo: https://github.com/python-jsonschema/check-jsonschema
10-
rev: 0.34.1
10+
rev: 0.37.0
1111
hooks:
1212
- id: check-github-workflows
1313
- repo: https://github.com/asottile/blacken-docs
@@ -16,7 +16,7 @@ repos:
1616
- id: blacken-docs
1717
additional_dependencies: [black==24.10.0]
1818
- repo: https://github.com/pre-commit/mirrors-mypy
19-
rev: v1.18.2
19+
rev: v1.19.1
2020
hooks:
2121
- id: mypy
2222
additional_dependencies: ["marshmallow>=3,<4"]

0 commit comments

Comments
 (0)