Skip to content

Commit 2a6a053

Browse files
committed
Ignore RUF029, due to false positives and it not being that important
1 parent d2972b4 commit 2a6a053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ ignore = [
102102
"PLR",
103103
"PT009",
104104
"RET504",
105-
"RUF005",
105+
"RUF005", "RUF029",
106106
"S311", "S404",
107107
"SIM102", "SIM108",
108108
"TRY003",

0 commit comments

Comments
 (0)