chore: skip PLR6201 linter rule (#8666)
This commit is contained in:
parent
4c7beb9d7b
commit
86f90fd9ff
3 changed files with 4 additions and 5 deletions
|
|
@ -28,7 +28,6 @@ select = [
|
|||
"PLR0402", # manual-from-import
|
||||
"PLR1711", # useless-return
|
||||
"PLR1714", # repeated-equality-comparison
|
||||
"PLR6201", # literal-membership
|
||||
"RUF019", # unnecessary-key-check
|
||||
"RUF100", # unused-noqa
|
||||
"RUF101", # redirected-noqa
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue