Skip to content

Commit 804af04

Browse files
Updated sandbox with patch endpoint
1 parent ee284bb commit 804af04

File tree

7 files changed

+678
-21
lines changed

7 files changed

+678
-21
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ lint:
2424
format:
2525
find . -name '*.py' -not -path '**/.venv/*' | xargs poetry run black --check --line-length 120
2626

27+
format-apply:
28+
find . -name '*.py' -not -path '**/.venv/*' | xargs poetry run black --line-length 120
29+
2730
#Removes build/ + dist/ directories
2831
clean:
2932
rm -rf build

0 commit comments

Comments
 (0)