Skip to content

Commit fe4484f

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

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

colour_checker_detection/__init__.py

+2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
- detection : Colour checker detection.
1010
"""
1111

12+
# isort: skip_file
13+
1214
from __future__ import annotations
1315

1416
import contextlib

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)