[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 → 26.3.1](https://github.com/psf/black-pre-commit-mirror/compare/25.1.0...26.3.1)
- [github.com/PyCQA/isort: 6.0.1 → 9.0.0a3](https://github.com/PyCQA/isort/compare/6.0.1...9.0.0a3)
- [github.com/pre-commit/mirrors-mypy: v1.17.1 → v1.20.2](https://github.com/pre-commit/mirrors-mypy/compare/v1.17.1...v1.20.2)
This commit is contained in:
pre-commit-ci[bot]
2026-04-27 19:41:37 +00:00
committed by GitHub
parent 04e380f673
commit 574b76b82e

View File

@@ -8,20 +8,20 @@ repos:
language: python language: python
files: \.py$ files: \.py$
- repo: https://github.com/psf/black - repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.1.0 rev: 26.3.1
hooks: hooks:
- id: black - id: black
args: [--config=./pyproject.toml] args: [--config=./pyproject.toml]
- repo: https://github.com/PyCQA/isort - repo: https://github.com/PyCQA/isort
rev: 6.0.1 rev: 9.0.0a3
hooks: hooks:
- id: isort - id: isort
args: ["--profile", "black"] args: ["--profile", "black"]
- repo: https://github.com/pre-commit/mirrors-mypy - repo: https://github.com/pre-commit/mirrors-mypy
rev: v1.17.1 rev: v1.20.2
hooks: hooks:
- id: mypy - id: mypy