Skip to content

Commit 2086182

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 24.10.0 → 25.1.0](psf/black@24.10.0...25.1.0) - [github.com/pre-commit/mirrors-mypy: v1.14.1 → v1.15.0](pre-commit/mirrors-mypy@v1.14.1...v1.15.0)
1 parent 109b95d commit 2086182

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ repos:
3131
- id: trailing-whitespace
3232
- id: double-quote-string-fixer
3333
- repo: https://github.com/psf/black
34-
rev: '24.10.0'
34+
rev: '25.1.0'
3535
hooks:
3636
- id: black
3737
args:
@@ -45,7 +45,7 @@ repos:
4545
- id: reorder-python-imports
4646

4747
- repo: https://github.com/pre-commit/mirrors-mypy
48-
rev: 'v1.14.1'
48+
rev: 'v1.15.0'
4949
hooks:
5050
- id: mypy
5151
args:

0 commit comments

Comments
 (0)