Skip to content

Commit

Permalink
no more isort
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsavel committed Feb 22, 2024
1 parent 51e36ef commit ca92a89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,5 @@ jobs:
python -m pip install -U black isort black_nbconvert
- name: Check the style
run: |
isort -c -rc src
black --check src --exclude "__init__.py"
black_nbconvert --check .

0 comments on commit ca92a89

Please sign in to comment.