[pre-commit.ci] pre-commit autoupdate (#819)
Some checks are pending
Test / SQLite • Python 3.10 (push) Waiting to run
Test / SQLite • Python 3.11 (push) Waiting to run
Test / SQLite • Python 3.12 (push) Waiting to run
Test / SQLite • Python 3.13 (push) Waiting to run
Test / PostgreSQL • Python 3.10 (push) Waiting to run
Test / PostgreSQL • Python 3.11 (push) Waiting to run
Test / PostgreSQL • Python 3.12 (push) Waiting to run
Test / PostgreSQL • Python 3.13 (push) Waiting to run
Test / MySQL • Python 3.10 (push) Waiting to run
Test / MySQL • Python 3.11 (push) Waiting to run
Test / MySQL • Python 3.12 (push) Waiting to run
Test / MySQL • Python 3.13 (push) Waiting to run

updates:
- [github.com/psf/black-pre-commit-mirror: 26.3.1 → 26.5.0](https://github.com/psf/black-pre-commit-mirror/compare/26.3.1...26.5.0)
- [github.com/PyCQA/isort: 8.0.1 → 9.0.0a3](https://github.com/PyCQA/isort/compare/8.0.1...9.0.0a3)

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
pre-commit-ci[bot] 2026-05-19 09:20:14 +02:00 committed by GitHub
parent 7e33d8261e
commit 9249a4d6e6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,7 @@
---
repos:
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 26.3.1
rev: 26.5.0
hooks:
- id: black
language_version: python3.10
@ -14,7 +14,7 @@ repos:
- id: flake8
args: ["--max-line-length", "110"]
- repo: https://github.com/PyCQA/isort
rev: 8.0.1
rev: 9.0.0a3
hooks:
- id: isort
- repo: https://github.com/asottile/pyupgrade