Skip to content

Commit 6a2d03c

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 25.9.0](psf/black-pre-commit-mirror@24.4.2...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.18.2](pre-commit/mirrors-mypy@v1.10.1...v1.18.2) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0)
1 parent 7648af4 commit 6a2d03c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
ci:
22
autoupdate_schedule: "monthly"
33
repos:
4-
- repo: https://github.com/psf/black
5-
rev: 24.4.2 # Replace by any tag/version: https://github.com/psf/black/tags
4+
- repo: https://github.com/psf/black-pre-commit-mirror
5+
rev: 25.9.0 # 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.10.1
11+
rev: v1.18.2
1212
hooks:
1313
- id: mypy
1414
exclude: ^docs/conf.py
@@ -19,7 +19,7 @@ repos:
1919
- id: yaq-traits-check
2020

2121
- repo: https://github.com/pre-commit/pre-commit-hooks
22-
rev: v4.6.0
22+
rev: v6.0.0
2323
hooks:
2424
- id: trailing-whitespace
2525
- id: no-commit-to-branch

0 commit comments

Comments
 (0)