Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Output the diff for Black errors in lint_python.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmccrea committed Sep 11, 2020
1 parent 821e1b3 commit 7d57f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ jobs:
# Install and run linters.
- run: pip install black codespell flake8
- run: codespell --quiet-level=2
- run: black . --check --line-length $MAX_LINE_LENGTH
- run: black . --check --diff --line-length $MAX_LINE_LENGTH
- run: flake8 . --count --show-source --statistics --max-line-length=$MAX_LINE_LENGTH

0 comments on commit 7d57f65

Please sign in to comment.