Skip to content

Commit

Permalink
exclude import errors in notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ismael-mendoza committed Apr 17, 2024
1 parent 5787596 commit 5439444
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ docstring-code-line-length = "dynamic"
[tool.ruff.lint.per-file-ignores]
"__init__.py" = ["E402", "I", "F"]
"**/{tests,docs,tools}/*" = ["E402", "D", "PLR0915"]
"**/*.ipynb" = ["I"]

[tool.ruff.lint.pydocstyle]
convention="google"
Expand Down

0 comments on commit 5439444

Please sign in to comment.