Skip to content

Commit

Permalink
make: non-zero exit code when autopep failed
Browse files Browse the repository at this point in the history
  • Loading branch information
ligurio committed Jun 23, 2024
1 parent 30bf604 commit c930999
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 @@ -34,7 +34,7 @@ check-man: ${LITCLOCK_MAN}
@mandoc -Tlint $< -W style

check-pep8: build.py
@autopep8 --diff $<
@autopep8 --diff --exit-code $<

www: build_json
@python -m http.server 8000 --bind 127.0.0.1 -d static
Expand Down

0 comments on commit c930999

Please sign in to comment.