Skip to content

Commit

Permalink
Disable isort glob.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Dec 13, 2024
1 parent e70be02 commit 7e3f63e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions colour_checker_detection/detection/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# isort: skip_file

from .common import (
DTYPE_INT_DEFAULT,
DTYPE_FLOAT_DEFAULT,
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7e3f63e

Please sign in to comment.