chore: Update codeflash config to ignore components (#6340)

chore: update codeflash config to ignore components
This commit is contained in:
Gabriel Luiz Freitas Almeida 2025-02-14 18:38:16 -03:00 committed by GitHub
commit c62ac0b702
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -170,7 +170,7 @@ dev-dependencies = [
module-root = "langflow"
tests-root = "../tests/unit"
test-framework = "pytest"
ignore-paths = []
ignore-paths = ["src/backend/base/langflow/components/"]
formatter-cmds = ["ruff check --exit-zero --fix $file", "ruff format $file"]
#disable plugins that might interfere with runtime measurement
pytest-cmd = "pytest -p no:profiling -p no:sugar -p no:xdist -p no:cov -p no:split"