[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 22.12.0 → 23.3.0](https://github.com/psf/black/compare/22.12.0...23.3.0)
- [github.com/PyCQA/isort: v5.11.3 → 5.12.0](https://github.com/PyCQA/isort/compare/v5.11.3...5.12.0)
This commit is contained in:
pre-commit-ci[bot] 2023-04-04 08:33:02 +00:00 committed by GitHub
commit 6eaa7893ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.3.0
hooks:
- id: black
@ -29,6 +29,6 @@ repos:
language_version: python3
- repo: https://github.com/PyCQA/isort
rev: v5.11.3
rev: 5.12.0
hooks:
- id: isort