Skip to content

Commit 4785071

Browse files
committed
chore: excluded constants from formatting checks
1 parent 0246e99 commit 4785071

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sandbox/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ load-examples: # Load the examples from the specification (for local development
1414
cp -r ../specification/examples/responses/ ./api/examples
1515

1616
format: # Formats the code using black
17-
poetry run black .
17+
poetry run black . --exclude ./api/constants.py
1818

1919
start: load-examples # Starts the Flask app (Don't use this in production)
2020
poetry run flask --app api.app:app run -p 9000

0 commit comments

Comments
 (0)