[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 25.1.0 → 25.9.0](https://github.com/psf/black/compare/25.1.0...25.9.0)
- [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.18.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.17.1...v1.18.2)
This commit is contained in:
pre-commit-ci[bot]
2025-09-22 19:26:24 +00:00
committed by GitHub
parent 710b729229
commit 94be23a062

View File

@ -9,7 +9,7 @@ repos:
files: \.py$
- repo: https://github.com/psf/black
rev: 25.1.0
rev: 25.9.0
hooks:
- id: black
args: [--config=./pyproject.toml]
@ -21,7 +21,7 @@ repos:
args: ["--profile", "black"]
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.17.1
rev: v1.18.2
hooks:
- id: mypy