diff --git a/Taskfile.yml b/Taskfile.yml index 75a3f79..5fa443c 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -63,8 +63,8 @@ tasks: lint-python: desc: Lint Python code using ruff cmds: - - poetry run ruff check meshchatx tests scripts --exclude tests/frontend --exclude .pnpm-store - - poetry run ruff format --check meshchatx tests scripts --exclude tests/frontend --exclude .pnpm-store + - poetry run ruff check . + - poetry run ruff format --check . lint-frontend: desc: Lint frontend code