🔧 chore(Makefile): update mypy command to exclude .venv folder and only check files in ./src/backend/langflow directory
This commit is contained in:
parent
81e8a0dcc6
commit
f6ea541477
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
|
@ -28,7 +28,7 @@ format:
|
|||
|
||||
lint:
|
||||
# skip .venv folder
|
||||
poetry run mypy --exclude .venv .
|
||||
poetry run mypy --exclude .venv ./src/backend/langflow
|
||||
poetry run black . --check
|
||||
poetry run ruff . --fix
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue