Skip to content

Commit

Permalink
show diffs from linters
Browse files Browse the repository at this point in the history
  • Loading branch information
jack89roberts committed Sep 18, 2023
1 parent 216aa58 commit cf0f897
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- name: Code quality checks
run: |
isort --check-only .
black --check .
isort --check-only --diff .
black --check --diff .
flake8
build_and_test:
Expand Down

0 comments on commit cf0f897

Please sign in to comment.