Skip to content

Commit

Permalink
ignore ipynb docstring errors (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidsheikh authored and rohanmodi2810 committed Sep 26, 2024
1 parent f7daba4 commit 5766624
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 @@ -39,3 +39,6 @@ select = ["D"]

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

[tool.ruff.lint.per-file-ignores]
"*.ipynb" = ["D103", "D200", "D212"]

0 comments on commit 5766624

Please sign in to comment.