Skip to content
This repository was archived by the owner on Mar 27, 2026. It is now read-only.

Commit 2bd771b

Browse files
committed
Show diffs on black failure
1 parent 3ecf63f commit 2bd771b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
pip install -r ./dev-requirements.txt
2424
- name: Lint
2525
run: |
26-
black --check ./emv
26+
black --check --diff ./emv
2727
flake8 ./emv
2828
- name: Test with pytest
2929
run: |

0 commit comments

Comments
 (0)