Skip to content

Commit 7d3a6f5

Browse files
committed
Add ignore for cyclomatic complexity check.
1 parent 6b9f895 commit 7d3a6f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

isort/output.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
from .settings import DEFAULT_CONFIG, Config
1313

1414

15+
# Ignore DeepSource cyclomatic complexity check for this function.
16+
# skipcq: PY-R1000
1517
def sorted_imports(
1618
parsed: parse.ParsedContent,
1719
config: Config = DEFAULT_CONFIG,

0 commit comments

Comments
 (0)