Skip to content

Commit 150981e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.5.1](psf/black-pre-commit-mirror@25.12.0...26.5.1) - [github.com/pre-commit/mirrors-mypy: v1.19.1 → v2.1.0](pre-commit/mirrors-mypy@v1.19.1...v2.1.0)
1 parent 9e1f0b9 commit 150981e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ ci:
22
autoupdate_schedule: "monthly"
33
repos:
44
- repo: https://github.com/psf/black-pre-commit-mirror
5-
rev: 25.12.0 # Replace by any tag/version: https://github.com/psf/black/tags
5+
rev: 26.5.1 # Replace by any tag/version: https://github.com/psf/black/tags
66
hooks:
77
- id: black
88
language_version: python3 # Should be a command that runs python3.6+
99

1010
- repo: https://github.com/pre-commit/mirrors-mypy
11-
rev: v1.19.1
11+
rev: v2.1.0
1212
hooks:
1313
- id: mypy
1414
exclude: ^docs/conf.py

0 commit comments

Comments
 (0)