10 lines
146 B
Makefile
10 lines
146 B
Makefile
check:
|
|
uv run ruff format .
|
|
uv run ruff check . --fix --fixable I,F401
|
|
uv run pyright .
|
|
|
|
repl:
|
|
uv run yobot repl
|
|
|
|
bot:
|
|
uv run yobot bot
|