Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ docker-prod:
docker-setup: docker-up docker-migrate docker-build-db # (Docker) Start services, prepare the latest DB schema, populate the DB

format: # Format the source code
black .
black . --extend-exclude '.+/scripts/.+'

format-check: # Check the source code has been formatted
black . --check --exclude 'Resources/scripts/.*'
black . --check --extend-exclude '.+/scripts/.+'

pull:
git checkout master
Expand Down