Skip to content

Commit

Permalink
Make black exclude .ipynb files
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlaw committed Jul 10, 2022
1 parent 2f1711a commit c432db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ check_errs()
check_black()
{
echo "Checking Black Code Formatting"
black --check --diff ./
black --check --exclude=".*\.ipynb" --diff ./
check_errs $?
}

Expand Down

0 comments on commit c432db4

Please sign in to comment.