Skip to content

Commit

Permalink
make ruff ignore dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
amaloney committed Dec 12, 2024
1 parent 442e37f commit 87cbc2a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ test = [
version = {attr = "holoseq.__version__"}

[tool.ruff]
exclude = [
"notebooks",
"scripts",
]
line-length = 100

[tool.ruff.lint.flake8-tidy-imports]
Expand Down

0 comments on commit 87cbc2a

Please sign in to comment.