🔧 chore(Makefile): exclude .venv directory from mypy type checking to improve performance and avoid unnecessary errors
This commit is contained in:
parent
aba898adf7
commit
23651e3a45
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -27,7 +27,7 @@ format:
|
|||
cd src/frontend && npm run format
|
||||
|
||||
lint:
|
||||
poetry run mypy .
|
||||
poetry run mypy --exclude .venv .
|
||||
poetry run black . --check
|
||||
poetry run ruff . --fix
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue