From 9fa8a6bf50cfa30db5f9ffbc85820b033913ad76 Mon Sep 17 00:00:00 2001 From: vitor-aignosi Date: Tue, 24 Mar 2026 10:29:26 -0300 Subject: [PATCH] SIENTIAPDE-1712 Update pyproject.toml to exclude specific test file from 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]