Skip to content

Commit 79c5492

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: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pre-commit/mirrors-mypy: v1.18.1 → v1.18.2](pre-commit/mirrors-mypy@v1.18.1...v1.18.2)
1 parent 4575dd1 commit 79c5492

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
@@ -30,8 +30,8 @@ repos:
3030
- id: end-of-file-fixer
3131
- id: trailing-whitespace
3232
- id: double-quote-string-fixer
33-
- repo: https://github.com/psf/black
34-
rev: '25.1.0'
33+
- repo: https://github.com/psf/black-pre-commit-mirror
34+
rev: '25.9.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.18.1'
48+
rev: 'v1.18.2'
4949
hooks:
5050
- id: mypy
5151
args:

0 commit comments

Comments
 (0)