Skip to content

Commit 878824b

Browse files
authored
Merge pull request #2302 from mnakama/main
Allow `--diff` to be used with `--jobs`
2 parents 788b27d + 6da9dc4 commit 878824b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

isort/main.py

+1
Original file line numberDiff line numberDiff line change
@@ -1201,6 +1201,7 @@ def main(argv: Optional[Sequence[str]] = None, stdin: Optional[TextIOWrapper] =
12011201
config=config,
12021202
check=check,
12031203
ask_to_apply=ask_to_apply,
1204+
show_diff=show_diff,
12041205
write_to_stdout=write_to_stdout,
12051206
extension=ext_format,
12061207
config_trie=config_trie,

0 commit comments

Comments
 (0)