SIENTIAPDE-1712
Update pyproject.toml to add specific test file to exclusion list for linting
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user