We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b9f895 commit 7d3a6f5Copy full SHA for 7d3a6f5
1 file changed
isort/output.py
@@ -12,6 +12,8 @@
12
from .settings import DEFAULT_CONFIG, Config
13
14
15
+# Ignore DeepSource cyclomatic complexity check for this function.
16
+# skipcq: PY-R1000
17
def sorted_imports(
18
parsed: parse.ParsedContent,
19
config: Config = DEFAULT_CONFIG,
0 commit comments