We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isort
1 parent 49d28d9 commit 42365bbCopy full SHA for 42365bb
colour_demosaicing/__init__.py
@@ -9,6 +9,8 @@
9
- bayer: *Bayer* CFA mosaicing and demosaicing computations.
10
"""
11
12
+# isort: skip_file
13
+
14
from __future__ import annotations
15
16
import contextlib
colour_demosaicing/bayer/__init__.py
@@ -1,3 +1,5 @@
1
2
3
from .masks import masks_CFA_Bayer
4
from .mosaicing import mosaicing_CFA_Bayer
5
from .demosaicing import * # noqa: F403
pyproject.toml
@@ -115,7 +115,6 @@ force_grid_wrap = 0
115
include_trailing_comma = true
116
line_length = 88
117
multi_line_output = 3
118
-skip_glob = ["colour_demosaicing/**/__init__.py"]
119
split_on_trailing_comma = true
120
use_parentheses = true
121
0 commit comments