Skip to content

Commit ad5a5f9

Browse files
[pre-commit.ci] pre-commit autoupdate (#343)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.6.9 → v0.7.2](astral-sh/ruff-pre-commit@v0.6.9...v0.7.2) - [github.com/python-jsonschema/check-jsonschema: 0.29.3 → 0.29.4](python-jsonschema/check-jsonschema@0.29.3...0.29.4) - [github.com/asottile/blacken-docs: 1.18.0 → 1.19.1](adamchainz/blacken-docs@1.18.0...1.19.1) - [github.com/pre-commit/mirrors-mypy: v1.11.2 → v1.13.0](pre-commit/mirrors-mypy@v1.11.2...v1.13.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5bace3b commit ad5a5f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: .pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,22 @@ ci:
22
autoupdate_schedule: monthly
33
repos:
44
- repo: https://github.com/astral-sh/ruff-pre-commit
5-
rev: v0.6.9
5+
rev: v0.7.2
66
hooks:
77
- id: ruff
88
- id: ruff-format
99
- repo: https://github.com/python-jsonschema/check-jsonschema
10-
rev: 0.29.3
10+
rev: 0.29.4
1111
hooks:
1212
- id: check-github-workflows
1313
- id: check-readthedocs
1414
- repo: https://github.com/asottile/blacken-docs
15-
rev: 1.18.0
15+
rev: 1.19.1
1616
hooks:
1717
- id: blacken-docs
1818
additional_dependencies: [black==23.12.1]
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.11.2
20+
rev: v1.13.0
2121
hooks:
2222
- id: mypy
2323
additional_dependencies: ["marshmallow>=3,<4", "Flask"]

0 commit comments

Comments
 (0)