Skip to content

Commit ef49bf6

Browse files
authored
Merge pull request #1038 from marshmallow-code/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents 9407da9 + 4b8ddd7 commit ef49bf6

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
@@ -1,11 +1,11 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.14.14
3+
rev: v0.15.9
44
hooks:
55
- id: ruff-check
66
- id: ruff-format
77
- repo: https://github.com/python-jsonschema/check-jsonschema
8-
rev: 0.36.1
8+
rev: 0.37.1
99
hooks:
1010
- id: check-github-workflows
1111
- id: check-readthedocs
@@ -15,7 +15,7 @@ repos:
1515
- id: blacken-docs
1616
additional_dependencies: [black==25.1.0]
1717
- repo: https://github.com/pre-commit/mirrors-mypy
18-
rev: v1.19.1
18+
rev: v1.20.0
1919
hooks:
2020
- id: mypy
2121
language_version: python3

0 commit comments

Comments
 (0)