chore: skip PLR6201 linter rule (#8666)

This commit is contained in:
Bowen Liang
2024-09-23 15:28:57 +08:00
committed by GitHub
parent 4c7beb9d7b
commit 86f90fd9ff
3 changed files with 4 additions and 5 deletions

View File

@@ -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