Skip to content

Commit

Permalink
Update lint.yml (#25)
Browse files Browse the repository at this point in the history
add diff to linter so we can see how files are failing the linter.
  • Loading branch information
arthur-lin1027 authored Nov 16, 2023
1 parent 5128fc8 commit c70eea0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
- name: Lint with black
run: |
black --check .
black --diff .
- name: Check imports
run: |
isort anisoap/*/*py -m 3 --tc --fgw --up -e -l 88 --check
Expand Down

0 comments on commit c70eea0

Please sign in to comment.