Skip to content

Commit a45f4bf

Browse files
committed
Disable isort glob.
1 parent dcfc641 commit a45f4bf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

colour_checker_detection/detection/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# isort: skip_file
2+
13
from .common import (
24
DTYPE_INT_DEFAULT,
35
DTYPE_FLOAT_DEFAULT,

pyproject.toml

-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ force_grid_wrap = 0
116116
include_trailing_comma = true
117117
line_length = 88
118118
multi_line_output = 3
119-
skip_glob = ["colour_checker_detection/**/__init__.py"]
120119
split_on_trailing_comma = true
121120
use_parentheses = true
122121

0 commit comments

Comments
 (0)