Skip to content

Commit

Permalink
Exclusing notebooks from lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amontanez24 committed Aug 20, 2024
1 parent 1bb627a commit 78468d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ exclude = [
".tox",
".git",
"__pycache__",
".ipynb_checkpoints"
".ipynb_checkpoints",
"*.ipynb"
]

[tool.ruff.lint]
Expand Down

0 comments on commit 78468d6

Please sign in to comment.