Skip to content

Commit 34f89ed

Browse files
chore: update pre-commit hooks (#155)
updates: - [github.com/psf/black-pre-commit-mirror: 23.7.0 → 23.9.1](psf/black-pre-commit-mirror@23.7.0...23.9.1) - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.288](astral-sh/ruff-pre-commit@v0.0.287...v0.0.288) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 2c5a68d commit 34f89ed

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
@@ -35,13 +35,13 @@ repos:
3535

3636
# Black, the code formatter, natively supports pre-commit
3737
- repo: https://github.com/psf/black-pre-commit-mirror
38-
rev: 23.7.0
38+
rev: 23.9.1
3939
hooks:
4040
- id: black
4141
exclude: ^(docs)
4242

4343
- repo: https://github.com/astral-sh/ruff-pre-commit
44-
rev: "v0.0.287"
44+
rev: "v0.0.288"
4545
hooks:
4646
- id: ruff
4747
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)