Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
LavermanJJ authored Aug 28, 2023
1 parent 0002c47 commit 9ecd010
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
@@ -1,7 +1,7 @@
check: check-pylint check-black

check-pylint:
@poetry run pylint pysolarfocus/*
@poetry run pylint --errors-only pysolarfocus/*

check-black:
@poetry run black --check pysolarfocus/*
Expand Down

0 comments on commit 9ecd010

Please sign in to comment.