[pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/psf/black: 22.12.0 → 23.1.0](https://github.com/psf/black/compare/22.12.0...23.1.0)
- [github.com/charliermarsh/ruff-pre-commit: v0.0.237 → v0.0.242](https://github.com/charliermarsh/ruff-pre-commit/compare/v0.0.237...v0.0.242)
This commit is contained in:
pre-commit-ci[bot]
2023-02-06 22:26:14 +00:00
committed by GitHub
parent e42277a692
commit b29a3c9e6f
+2 -2
View File
@@ -14,12 +14,12 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/psf/black
rev: 22.12.0
rev: 23.1.0
hooks:
- id: black
- repo: https://github.com/charliermarsh/ruff-pre-commit
rev: v0.0.237
rev: v0.0.242
hooks:
- id: ruff
args: ["--fix"]