Skip to content

Commit ee22c0b

Browse files
author
Nicolas Cornu
authored
black: show the diff when runned in dry run mode (#148)
1 parent bfcf0d8 commit ee22c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,7 +998,7 @@ class BBPProject:
998998
format=dict(
999999
languages=["Python"],
10001000
cmd_opts=[],
1001-
dry_run_cmd_opts=["--check"],
1001+
dry_run_cmd_opts=["--check", "--diff", "--color"],
10021002
)
10031003
),
10041004
capabilities=ToolCapabilities(

0 commit comments

Comments
 (0)