Skip to content

Commit d94f072

Browse files
committed
test: ignore FIX rules
My projects generally allow FIXME/TODO/XXX/HACK comments to indicate areas of expected future work. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
1 parent 3ad001b commit d94f072

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@ ignore = [
335335
'COM812', # missing-trailing-comma
336336
'D203', # incorrect-blank-line-before-class
337337
'D212', # multi-line-summary-first-line
338+
'FIX', # flake8-fixme
338339
'Q001', # bad-quotes-multiline-string
339340
'PTH123', # builtin-open
340341
'TD002', # missing-todo-author

0 commit comments

Comments
 (0)