Skip to content

Commit

Permalink
Remove a hardcoded path to the Black tool
Browse files Browse the repository at this point in the history
  • Loading branch information
tomb7890 committed Sep 7, 2024
1 parent 363e1c4 commit b1afec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ web:
cp report.html ~/public_html/report.html

lint: tags
~/.local/bin/black *py
black *py
@python3 -m flake8

tags:
Expand Down

0 comments on commit b1afec4

Please sign in to comment.