SIENTIAPDE-1712

Update pyproject.toml to exclude specific test file from linting
This commit is contained in:
vitor-aignosi
2026-03-24 10:29:26 -03:00
parent 39f3a08e93
commit 9fa8a6bf50

View File

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