Skip to content

Commit 0154b50

Browse files
committed
fix formatting of single file
1 parent e5469d0 commit 0154b50

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ slides:
1818
test:
1919
pytest
2020

21+
# overridden in update.sh
22+
file := .
23+
2124
format:
22-
black --extend-exclude "/final_project/\w+.ipynb" .
25+
black --extend-exclude "/final_project/\w+.ipynb" $(file)
2326

2427
update_packages:
2528
# https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html#updating-an-environment

0 commit comments

Comments
 (0)