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 Sep 12, 2024
1 parent 24adfee commit fe76893
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 fe76893

Please sign in to comment.