SIENTIAPDE-1712

Update pyproject.toml to add specific test file to exclusion list for linting
This commit is contained in:
vitor-aignosi
2026-03-24 10:37:15 -03:00
parent d3f8bf7196
commit a3dfb1ffc6

View File

@@ -23,6 +23,7 @@ exclude = [
"*.pyc",
".pytest_cache",
"htmlcov",
"tests/laborious/workflows/subworkflows/test_prediction_process.py",
]
[tool.ruff.lint]