Skip to content

Commit

Permalink
ruff ignore FIX002
Browse files Browse the repository at this point in the history
  • Loading branch information
nstarman committed Jul 4, 2023
1 parent a69b739 commit 5481676
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,10 @@ ignore = [
"N802",
"PD",
"RET505", "RET506", "RET507",

# (FIX)
"FIX002", # Found comment TODO

# flake8-todo (TD)
"TD002", # Missing author in TODO
"TD003", # Missing issue link on the line following this TODO
Expand Down

0 comments on commit 5481676

Please sign in to comment.