Skip to content

Commit

Permalink
feat: ruff ignore todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kiyoon committed Jan 22, 2025
1 parent ebc31f1 commit a4e93df
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 @@ -137,6 +137,8 @@ ignore = [
"G", # Logging with format string
"EM", # error message has to be variable
"SLF001", # private member access
"TD", # TODO
"FIX", # TODO
]

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

0 comments on commit a4e93df

Please sign in to comment.