Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rosecers committed Dec 6, 2021
1 parent 7689a10 commit d2e33f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
black --check .
- name: Check imports
run: |
isort skcosmo/*/*py -m 3 -tc -fgw --up -e -l 88 --check
isort skcosmo/*/*py -m 3 --tc --fgw --up -e -l 88 --check

0 comments on commit d2e33f7

Please sign in to comment.