From dbb57313b1ec8546149655262fa58c00565801a2 Mon Sep 17 00:00:00 2001 From: mschwoerer <82171591+mschwoer@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:41:49 +0100 Subject: [PATCH] add more files to exclusion --- ruff-lint-psm-readers.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ruff-lint-psm-readers.toml b/ruff-lint-psm-readers.toml index 7cfeb189..fc2e282b 100644 --- a/ruff-lint-psm-readers.toml +++ b/ruff-lint-psm-readers.toml @@ -4,15 +4,16 @@ select = [ "ALL" ] -# TODO this is not great but it is a workaround for now: +# TODO excluding explicity is not great but it is a workaround for now exclude = [ - "**/psm_reader/*.py", - "**/spectral_library/reader.py", + "**/psm_reader/*.py", # TODO remove + "**/spectral_library/reader.py", # TODO remove "**/*.ipynb", "**/tests/*", "setup.py", "docs/**", "test_*", + "alphabase/__init__.py", "alphabase/*utils.py", "alphabase/gui.py", "alphabase/cli.py",