Skip to content

Commit 4ae034f

Browse files
committed
chore: updated main makefile
1 parent 98396dd commit 4ae034f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lint:
2222
find . -name '*.py' -not -path '**/.venv/*' | xargs poetry run flake8
2323

2424
format:
25-
find . -name '*.py' -not -path '**/.venv/*' | xargs poetry run black --check
25+
find . -name '*.py' -not -path '**/.venv/*' -not -path './sandbox/api/constants.py' | xargs poetry run black --check
2626

2727
#Removes build/ + dist/ directories
2828
clean:

0 commit comments

Comments
 (0)