Skip to content

Commit

Permalink
Added --diff and --color to black in test.yml
Browse files Browse the repository at this point in the history
... for more informative output.
  • Loading branch information
jt-lab authored Sep 26, 2023
1 parent d6a6b7c commit a072c84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
shell: bash -l {0}
run: |
echo "Running black..."
black bambi --check
black bambi --check --diff --color
echo "Checking code style with pylint..."
pylint bambi
Expand Down

0 comments on commit a072c84

Please sign in to comment.