Skip to content

Commit

Permalink
have ruff ignore ipython notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
DocOtak committed Sep 5, 2024
1 parent deaf535 commit d6027fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ ignore_errors = true

[tool.ruff]
target-version = "py310"
exclude = [
]
extend-exclude = ["*.ipynb"]

[tool.ruff.lint]
# E402: module level import not at top of file
Expand Down

0 comments on commit d6027fe

Please sign in to comment.