🔧 chore(Makefile): update mypy command to only check files in src/backend/langflow directory to improve performance and reduce noise in the output
This commit is contained in:
parent
37ebbf4e65
commit
43864904ef
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 --exclude .venv .
|
||||
poetry run mypy src/backend/langflow
|
||||
poetry run black . --check
|
||||
poetry run ruff . --fix
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue