Skip to content

Commit

Permalink
Ignore DOC201 and DOC501
Browse files Browse the repository at this point in the history
Signed-off-by: jonathan-d-zhang <[email protected]>
  • Loading branch information
jonathan-d-zhang authored Sep 15, 2024
1 parent 78015a3 commit 273b0e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ ignore = [
"G004", # (Logging statement uses f-string) - Developer UX
"S101", # (Use of `assert` detected) - This should probably be changed
"PLR6301", # (Method `x` could be a function, class method, or static method) - false positives
"DOC201", # (`return` is not documented in docstring)
"DOC501", # (DOC501 Raised exception `...` missing from docstring)
]

[tool.ruff.lint.extend-per-file-ignores]
Expand Down

0 comments on commit 273b0e6

Please sign in to comment.