Skip to content

Commit

Permalink
Ignore RUF029, due to false positives and it not being that important
Browse files Browse the repository at this point in the history
  • Loading branch information
wookie184 committed Jun 19, 2024
1 parent d2972b4 commit 2a6a053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ ignore = [
"PLR",
"PT009",
"RET504",
"RUF005",
"RUF005", "RUF029",
"S311", "S404",
"SIM102", "SIM108",
"TRY003",
Expand Down

0 comments on commit 2a6a053

Please sign in to comment.