[pre-commit.ci] pre-commit autoupdate

updates:
- https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror
- [github.com/pycqa/isort: 6.0.1 → 7.0.0](https://github.com/pycqa/isort/compare/6.0.1...7.0.0)
- [github.com/asottile/pyupgrade: v3.20.0 → v3.21.0](https://github.com/asottile/pyupgrade/compare/v3.20.0...v3.21.0)
This commit is contained in:
pre-commit-ci[bot]
2025-10-13 21:29:10 +00:00
committed by GitHub
parent a632c32a65
commit 155f9e07a1

View File

@@ -9,17 +9,17 @@ repos:
- id: check-yaml
- id: check-toml
- id: debug-statements
- repo: https://github.com/psf/black
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 25.9.0
hooks:
- id: black
- repo: https://github.com/pycqa/isort
rev: 6.0.1
rev: 7.0.0
hooks:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.20.0
rev: v3.21.0
hooks:
- id: pyupgrade
- repo: https://github.com/hadialqattan/pycln