Skip to content

Commit

Permalink
Adding --diff flag to black formatting in CI (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
arnasbr authored Aug 27, 2024
1 parent bb56514 commit bbd25c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
flake8 --max-line-length=127
- name: Formatting check with black
run: |
black . --check
black . --check --diff
- name: Type check with mypy
run: |
mypy .
Expand Down

0 comments on commit bbd25c5

Please sign in to comment.