Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bowenliang123 committed Sep 12, 2024
1 parent 8ec9df6 commit eaa1357
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ ignore = [
"B905", # zip-without-explicit-strict
"N806", # non-lowercase-variable-in-function
"N815", # mixed-case-variable-in-class-scope
"SIM102",
"SIM103",
"SIM105",
"SIM107",
"SIM108",
"SIM113",
"SIM117",
"SIM210",
"SIM300",
"SIM102", # collapsible-if
"SIM103", # needless-bool
"SIM105", # suppressible-exception
"SIM107", # return-in-try-except-finally
"SIM108", # if-else-block-instead-of-if-exp
"SIM113", # eumerate-for-loop
"SIM117", # multiple-with-statements
"SIM210", # if-expr-with-true-false
"SIM300", # yoda-conditions
]

[tool.ruff.lint.per-file-ignores]
Expand Down

0 comments on commit eaa1357

Please sign in to comment.