diff --git a/colour_checker_detection/detection/__init__.py b/colour_checker_detection/detection/__init__.py index 255fe6a..6592a44 100644 --- a/colour_checker_detection/detection/__init__.py +++ b/colour_checker_detection/detection/__init__.py @@ -1,3 +1,5 @@ +# isort: skip_file + from .common import ( DTYPE_INT_DEFAULT, DTYPE_FLOAT_DEFAULT, diff --git a/pyproject.toml b/pyproject.toml index 793ece0..f7bbe32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -115,7 +115,6 @@ force_grid_wrap = 0 include_trailing_comma = true line_length = 88 multi_line_output = 3 -skip_glob = ["colour_checker_detection/**/__init__.py"] split_on_trailing_comma = true use_parentheses = true