Skip to content

Commit 7b67dc4

Browse files
chore: update pre-commit hooks
updates: - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 23.10.0](psf/black-pre-commit-mirror@23.9.1...23.10.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.292 → v0.1.1](astral-sh/ruff-pre-commit@v0.0.292...v0.1.1)
1 parent ce14b7a commit 7b67dc4

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

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

4343
# Lints code
4444
- repo: https://github.com/astral-sh/ruff-pre-commit
45-
rev: "v0.0.292"
45+
rev: "v0.1.1"
4646
hooks:
4747
- id: ruff
4848
args: ["--fix", "--show-fixes"]

0 commit comments

Comments
 (0)