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 5c5f3bb commit 54fa461Copy full SHA for 54fa461
tests/integration_tests/style/test_python.py
@@ -12,4 +12,4 @@ def test_python_style():
12
@type: style
13
"""
14
# Runs command
15
- utils.run_cmd("black . --check")
+ utils.run_cmd("black . --check --diff")
0 commit comments