Skip to content

Commit 9617a2b

Browse files
chore: update pre-commit hooks (#139)
updates: - [github.com/psf/black: 22.12.0 → 23.1.0](psf/black@22.12.0...23.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent ad7dca3 commit 9617a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ repos:
3535

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

0 commit comments

Comments
 (0)