From a3dfb1ffc6b9cad8c6c7cb0514b10fd3be36a60b Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Tue, 24 Mar 2026 10:37:15 -0300 Subject: [PATCH] SIENTIAPDE-1712 Update pyproject.toml to add specific test file to exclusion list for linting --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index daaeabe..5123123 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,6 +23,7 @@ exclude = [ "*.pyc", ".pytest_cache", "htmlcov", + "tests/laborious/workflows/subworkflows/test_prediction_process.py", ] [tool.ruff.lint]