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

updates:
- [github.com/psf/black: 23.1.0 → 23.3.0](https://github.com/psf/black/compare/23.1.0...23.3.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]
2023-04-04 09:03:28 -03:00
committed by GitHub
parent 6719dfd6f8
commit c7d86097e9

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: 23.1.0
rev: 23.3.0
hooks:
- id: black
args: [--safe, --quiet, --target-version, py35]