Skip to content

Commit

Permalink
merged into SIM
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Sep 12, 2024
1 parent 606a16d commit 8ec9df6
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,12 @@ select = [
"F", # pyflakes rules
"I", # isort rules
"N", # pep8-naming
"UP", # pyupgrade rules
"RUF019", # unnecessary-key-check
"RUF100", # unused-noqa
"RUF101", # redirected-noqa
"S506", # unsafe-yaml-load
"SIM101",
"SIM109",
"SIM110",
"SIM112",
"SIM114",
"SIM115",
"SIM116",
"SIM118",
"SIM201",
"SIM202",
"SIM208",
"SIM211",
"SIM212",
"SIM220",
"SIM221",
"SIM223",
"SIM116", # if-else-block-instead-of-dict-lookup
"SIM401", # if-else-block-instead-of-dict-get
"SIM910", # dict-get-with-none-default
"SIM", # flake8-simplify rules
"UP", # pyupgrade rules
"W191", # tab-indentation
"W605", # invalid-escape-sequence
]
Expand Down

0 comments on commit 8ec9df6

Please sign in to comment.