Skip to content

Commit a784aa0

Browse files
committed
Fixed formatting and batch file
1 parent 753eaf0 commit a784aa0

File tree

2 files changed

+93
-72
lines changed

2 files changed

+93
-72
lines changed

make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ goto help
2626
:format
2727
if not exist ".venv\" call make.bat venv
2828
echo Formatting code...
29-
.venv\Scripts\black typeagent test
29+
.venv\Scripts\black typeagent test tools
3030
goto end
3131

3232
:check

0 commit comments

Comments
 (0)