chore: make codeflash config ignore-paths relative in langflow-base (#6938)

make ignore-paths relative
This commit is contained in:
Kevin Turcios 2025-03-06 12:30:31 +00:00 committed by GitHub
commit c775373614
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -204,7 +204,7 @@ ignore = [
module-root = "langflow"
tests-root = "../tests/unit"
test-framework = "pytest"
ignore-paths = ["src/backend/base/langflow/components/"]
ignore-paths = ["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"