VORKOUT-12 #7

Merged
vlad.dev merged 3 commits from VORKOUT-12 into master 2025-05-21 11:53:31 +05:00
34 changed files with 372 additions and 387 deletions
Showing only changes of commit 131102beba - Show all commits

View File

@@ -49,3 +49,12 @@ install:
%:: %::
echo $(MESSAGE) echo $(MESSAGE)
format-api:
cd api && \
poetry run ruff format .
check-api:
cd api && \
poetry run ruff format . --check