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 b9d7efc commit 2f48d4bCopy full SHA for 2f48d4b
isort/main.py
@@ -1059,6 +1059,9 @@ def identify_imports_main(
1059
print(str(identified_import))
1060
1061
1062
+# Ignore DeepSource cyclomatic complexity check for this function. It is one
1063
+# the main entrypoints so sort of expected to be complex.
1064
+# skipcq: PY-R1000
1065
def main(argv: Sequence[str] | None = None, stdin: TextIOWrapper | None = None) -> None:
1066
arguments = parse_args(argv)
1067
if arguments.get("show_version"):
0 commit comments