Skip to content

Commit

Permalink
Merge pull request #34 from adafruit/black-show-diff
Browse files Browse the repository at this point in the history
Show diffs introduced by running pre-commit (especially black)
  • Loading branch information
tekktrik committed Jan 30, 2024
2 parents 551f16f + 3b2cf64 commit a2d4368
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ jobs:
- name: Install pre-commit
run: pip install pre-commit
- name: Run pre-commit
run: pre-commit run --all-files
run: pre-commit run --all-files --show-diff-on-failure
4 changes: 2 additions & 2 deletions build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ inputs:
default: '3.11'
package-prefix:
description: |
The prefix (or name) of your pacakge (if applicable) to use
The prefix (or name) of your package (if applicable) to use
for GitHub releases
required: true
default: ""
Expand Down Expand Up @@ -65,7 +65,7 @@ runs:
- name: Pre-commit hooks
shell: bash
run: |
pre-commit run --all-files
pre-commit run --all-files --show-diff-on-failure
- name: Run pytest
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion release-gh/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
default: '3.11'
package-prefix:
description: |
The prefix (or name) of your pacakge (if applicable) to use
The prefix (or name) of your package (if applicable) to use
for GitHub releases
required: true
default: ""
Expand Down

0 comments on commit a2d4368

Please sign in to comment.