Skip to content

Commit 8671593

Browse files
[pre-commit.ci] pre-commit autoupdate (#282)
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.288](astral-sh/ruff-pre-commit@v0.0.287...v0.0.288) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent bc612ba commit 8671593

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
@@ -16,13 +16,13 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: v0.0.287
19+
rev: v0.0.288
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --show-fixes]
2323

2424
- repo: https://github.com/psf/black
25-
rev: 23.7.0
25+
rev: 23.9.1
2626
hooks:
2727
- id: black
2828

0 commit comments

Comments
 (0)