Skip to content

Commit

Permalink
Documentation: Ignore DOC warnings on tables plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
bosd committed Nov 24, 2024
1 parent 28fb1c1 commit a073dc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ extend-ignore = [

[tool.ruff.lint.per-file-ignores]
"*/test_*.py" = ["S101","D100","D101","D102"]

"noxfile.py" = ["S101"]
"**/conftest.py" = ["S101"]

Expand All @@ -200,5 +201,5 @@ convention = "google"

[tool.pydoclint]
style = 'google'
exclude = '\.git|\.nox|tests*|noxfile.py'
exclude = '\.git|\.nox|tests*|noxfile.py|tables.py'
arg-type-hints-in-docstring = true

0 comments on commit a073dc8

Please sign in to comment.