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

updates:
- [github.com/psf/black: 22.10.0 → 22.12.0](https://github.com/psf/black/compare/22.10.0...22.12.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.189 → v0.0.207](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.189...v0.0.207)

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-01-03 09:48:00 +01:00 committed by GitHub
parent 4051c5eea4
commit 98b04bea69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,12 +24,12 @@ repos:
- id: check-github-workflows
- repo: https://github.com/psf/black
rev: 22.10.0
rev: 22.12.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.189
rev: v0.0.207
hooks:
- id: ruff
args: ["--fix"]