Skip to content

Commit

Permalink
new workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed May 5, 2022
1 parent fbb604c commit 8782fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/black-and-isort.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
pip install isort black
- name: Run isort and black
run: |
isort -c -l 88 -m 3
black
isort -c -l 88 -m 3 mlxtend/*
black --check mlxtend/*

0 comments on commit 8782fc4

Please sign in to comment.