From abaeec53046b5dba3daa576efcd30f05296e598a Mon Sep 17 00:00:00 2001 From: Neil Shephard Date: Fri, 29 Nov 2024 15:20:31 +0000 Subject: [PATCH] chore: Ruff ignore more files that won't ever be linted --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 0e5e0c1..f44688f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -174,6 +174,9 @@ exclude = [ "dist", "docs/source/conf.py", "isoslam/all_introns_counts_and_info.py", + "isoslam/pipeline_slam_3UIs.py", + "isoslam/pipeline_slam_3UIs/*.py", + "tests/__init__.py" ] # per-file-ignores = [] line-length = 120