Skip to content

Commit 7edfb46

Browse files
committed
test: ignore missing todo author and link
My projects generally don't require TODO items to have an author or a corresponding issue. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
1 parent 753d584 commit 7edfb46

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@ ignore = [
337337
'D212', # multi-line-summary-first-line
338338
'Q001', # bad-quotes-multiline-string
339339
'PTH123', # builtin-open
340+
'TD002', # missing-todo-author
341+
'TD003', # missing-todo-link
340342
]
341343

342344
[tool.ruff.lint.flake8-quotes]

0 commit comments

Comments
 (0)