Skip to content

Commit c710020

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.17.1](pre-commit/mirrors-mypy@v1.10.1...v1.17.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0)
1 parent 7648af4 commit c710020

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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
5-
rev: 24.4.2 # Replace by any tag/version: https://github.com/psf/black/tags
5+
rev: 25.1.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.17.1
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: v5.0.0
2323
hooks:
2424
- id: trailing-whitespace
2525
- id: no-commit-to-branch

0 commit comments

Comments
 (0)