mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
fix(Taskfile): update ruff commands to format and check current directory instead of excluding tests
This commit is contained in:
parent
8d91896b23
commit
4e4801100c
1 changed files with 2 additions and 2 deletions
|
|
@ -154,8 +154,8 @@ tasks:
|
|||
aliases: [fmt:be, format:be]
|
||||
desc: Format Python code (Ruff)
|
||||
cmds:
|
||||
- uv run ruff format ./ --exclude tests
|
||||
- uv run ruff check --fix ./ --exclude tests
|
||||
- uv run ruff format .
|
||||
- uv run ruff check --fix .
|
||||
|
||||
lint:
|
||||
desc: Run all linters (ESLint, vue-tsc, knip, Ruff, basedpyright)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue