Skip to content

Commit 713ab97

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 25.1.0 → 25.9.0](psf/black@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 713ab97

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: '25.1.0'
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)