We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13bd3d1 commit b2de0c7Copy full SHA for b2de0c7
1 file changed
pyproject.toml
@@ -83,7 +83,8 @@ ignore = [
83
'PLW1641', # eq-without-hash
84
'PLW2901',
85
'RUF012',
86
- 'RUF023', # unsorted-dunder-slots
+ 'RUF023', # unsorted-dunder-slots
87
+ 'RUF059', # unused-unpacked-variable
88
'UP007',
89
'UP032',
90
]
0 commit comments