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 9aaa1e0 commit 8a8e650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ select = [
"FURB", # refurb rules
"I", # isort rules
"N", # pep8-naming
"PT", # flake8-pytest-style rules
"RUF019", # unnecessary-key-check
"RUF100", # unused-noqa
"RUF101", # redirected-noqa
"S506", # unsafe-yaml-load
"SIM", # flake8-simplify rules
"PT", # flake8-pytest-style rules
"UP", # pyupgrade rules
"W191", # tab-indentation
"W605", # invalid-escape-sequence
Expand Down

0 comments on commit 8a8e650

Please sign in to comment.