Skip to content

Commit 72b0961

Browse files
author
Richard Kuo (Onyx)
committed
change to black compatible reorder
1 parent 54336fe commit 72b0961

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .pre-commit-config.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ repos:
55
- id: black
66
language_version: python3.11
77

8-
- repo: https://github.com/asottile/reorder_python_imports
8+
# this is a fork which keeps compatibility with black
9+
- repo: https://github.com/wimglenn/reorder-python-imports-black
910
rev: v3.14.0
1011
hooks:
1112
- id: reorder-python-imports

0 commit comments

Comments
 (0)