Skip to content

Commit 55c3adb

Browse files
committed
Update pre-commit config for current black version
1 parent 5b246bd commit 55c3adb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
2-
- repo: https://github.com/ambv/black
3-
rev: 21.9b0
2+
- repo: https://github.com/psf/black
3+
rev: 23.1.0
44
hooks:
55
- id: black
6-
language_version: python3.7
6+
language_version: python3.11

0 commit comments

Comments
 (0)