Skip to content

Commit

Permalink
Add Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lewtun committed Jan 26, 2022
1 parent 77297cf commit 557a7f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
.PHONY: quality style

# Check code formatting
quality:
python utils/code_formatter.py --check_only

# Format code samples automatically and check is there are any problems left that need manual fixing
style:
python utils/code_formatter.py

0 comments on commit 557a7f0

Please sign in to comment.