Skip to content

Commit 98b04be

Browse files
[pre-commit.ci] pre-commit autoupdate (#6674)
updates: - [github.com/psf/black: 22.10.0 → 22.12.0](psf/black@22.10.0...22.12.0) - [github.com/charliermarsh/ruff-pre-commit: v0.0.189 → v0.0.207](astral-sh/ruff-pre-commit@v0.0.189...v0.0.207) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4051c5e commit 98b04be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ repos:
2424
- id: check-github-workflows
2525

2626
- repo: https://github.com/psf/black
27-
rev: 22.10.0
27+
rev: 22.12.0
2828
hooks:
2929
- id: black
3030

3131
- repo: https://github.com/charliermarsh/ruff-pre-commit
32-
rev: v0.0.189
32+
rev: v0.0.207
3333
hooks:
3434
- id: ruff
3535
args: ["--fix"]

0 commit comments

Comments
 (0)