[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 24.3.0 → 24.4.0](https://github.com/psf/black/compare/24.3.0...24.4.0)
This commit is contained in:
pre-commit-ci[bot] 2024-04-15 22:31:16 +00:00 committed by Emil Stenström
parent ffeeb1355e
commit 890fcc2e7e

View file

@ -4,7 +4,7 @@ repos:
hooks:
- id: isort
- repo: https://github.com/psf/black
rev: 24.3.0
rev: 24.4.0
hooks:
- id: black
- repo: https://github.com/pycqa/flake8