Skip to content

Commit b2de0c7

Browse files
committed
Disable ruff rule RUF059, unused-unpacked-variable
1 parent 13bd3d1 commit b2de0c7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,8 @@ ignore = [
8383
'PLW1641', # eq-without-hash
8484
'PLW2901',
8585
'RUF012',
86-
'RUF023', # unsorted-dunder-slots
86+
'RUF023', # unsorted-dunder-slots
87+
'RUF059', # unused-unpacked-variable
8788
'UP007',
8889
'UP032',
8990
]

0 commit comments

Comments
 (0)