Skip to content

Commit

Permalink
ignoring notebooks in formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollman committed Dec 4, 2024
1 parent 4823dcf commit d0a0602
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ tag_name = "v{new_version}"
[[tool.bumpversion.files]]
filename = "pyproject.toml"

[tool.ruff.lint]
exclude = ["docs", "tests", '*.ipynb']

[tool.poe.tasks]
checks = ['doc-build', 'lint', 'test']
doc-build = "mkdocs build"
Expand Down

0 comments on commit d0a0602

Please sign in to comment.