From c62ac0b702279a14e08e37e6324b85000b40dbdb Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Fri, 14 Feb 2025 18:38:16 -0300 Subject: [PATCH] chore: Update codeflash config to ignore components (#6340) chore: update codeflash config to ignore components --- src/backend/base/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/base/pyproject.toml b/src/backend/base/pyproject.toml index 91f53c8f7..4f608da89 100644 --- a/src/backend/base/pyproject.toml +++ b/src/backend/base/pyproject.toml @@ -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"