chore: Update mypy command prefix to use "poetry run"

This commit is contained in:
ogabrielluiz 2024-06-14 12:33:18 -03:00
commit 2443069611

View file

@ -48,4 +48,5 @@ jobs:
git_email: "gabriel@langflow.org"
mypy: true
mypy_args: '--namespace-packages -p "langflow"'
mypy_command_prefix: "poetry run"