Skip to content

Commit c39274c

Browse files
authored
Merge pull request #353 from marshmallow-code/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 31b23cd + 7d1e8ce commit c39274c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.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.9.4
5+
rev: v0.9.9
66
hooks:
77
- id: ruff
88
- id: ruff-format
99
- repo: https://github.com/python-jsonschema/check-jsonschema
10-
rev: 0.31.1
10+
rev: 0.31.2
1111
hooks:
1212
- id: check-github-workflows
1313
- id: check-readthedocs
@@ -17,7 +17,7 @@ repos:
1717
- id: blacken-docs
1818
additional_dependencies: [black==24.10.0]
1919
- repo: https://github.com/pre-commit/mirrors-mypy
20-
rev: v1.14.1
20+
rev: v1.15.0
2121
hooks:
2222
- id: mypy
2323
additional_dependencies: ["marshmallow>=3,<4", "Flask"]

0 commit comments

Comments
 (0)