We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 118cb91 + 2e2b9eb commit e2a629cCopy full SHA for e2a629c
Makefile
@@ -87,10 +87,10 @@ docker-prod:
87
docker-setup: docker-up docker-migrate docker-build-db # (Docker) Start services, prepare the latest DB schema, populate the DB
88
89
format: # Format the source code
90
- black .
+ black . --extend-exclude '.+/scripts/.+'
91
92
format-check: # Check the source code has been formatted
93
- black . --check --exclude 'Resources/scripts/.*'
+ black . --check --extend-exclude '.+/scripts/.+'
94
95
pull:
96
git checkout master
0 commit comments