Skip to content

Commit 86927bf

Browse files
committed
Updated Black pre-commit hook to the latest available version
The previous version no longer works due to breaking changes made to some of the dependencies of Black.
1 parent 655dca6 commit 86927bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/python/black
3-
rev: 19.3b0
3+
rev: 24.10.0
44
hooks:
55
- id: black
66
language_version: python3.9

0 commit comments

Comments
 (0)