Skip to content

Commit

Permalink
Merge pull request #1267 from trws/show-format-issue
Browse files Browse the repository at this point in the history
pre-commit: show diff on failure
  • Loading branch information
mergify[bot] authored Aug 12, 2024
2 parents 6d2dc56 + e645365 commit d91b727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: install linting and formatting deps
run: pip install -r scripts/requirements-dev.txt
- name: format and linting checks
run: pre-commit run --all-files
run: pre-commit run --all-files --show-diff-on-failure

python-lint:
name: python lint
Expand Down

0 comments on commit d91b727

Please sign in to comment.