Skip to content

Commit

Permalink
add more files to exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Nov 15, 2024
1 parent 6839e25 commit dbb5731
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ruff-lint-psm-readers.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit dbb5731

Please sign in to comment.