[pre-commit.ci] pre-commit autoupdate (#1023)

updates:
- [github.com/psf/black: 24.1.1 → 24.2.0](https://github.com/psf/black/compare/24.1.1...24.2.0)

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]
2024-02-13 13:28:30 -03:00
committed by GitHub
parent 8d57046bd4
commit 6ae08a04d2

View File

@@ -5,7 +5,7 @@ repos:
- id: autoflake
args: ["--in-place", "--remove-unused-variables", "--remove-all-unused-imports"]
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 24.2.0
hooks:
- id: black
args: [--safe, --quiet, --target-version, py35]