Skip to content

Commit

Permalink
chore: add ruff rule to prevent TODO comments (#738)
Browse files Browse the repository at this point in the history
  • Loading branch information
jnussbaum authored Jan 12, 2024
1 parent 33abaf4 commit e897496
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ select = [
"D103", # pydocstyle: undocumented-public-function
"D417", # pydocstyle: undocumented-param
"B023", # flake8-bugbear: function-uses-loop-variable
"FIX", # flake8-fixme: checks for FIXME, TODO, XXX, etc.
]
ignore = [
"ISC001", # flake8-implicit-str-concat: single-line-implicit-string-concatenation # incompatible with the formatter
Expand Down

0 comments on commit e897496

Please sign in to comment.