Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Signed-off-by: Zishen Wang <[email protected]>
  • Loading branch information
zz11ss11zz authored Sep 18, 2024
1 parent 695f862 commit c165730
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ lint.select = [
"YTT", # flake8-2020
]
lint.ignore = [
"RET504", # assignment before `return` statement
"D103", # docstring is missing
"B023", # Function definition does not bind loop variable
"B028", # No explicit stacklevel keyword argument found
Expand Down

0 comments on commit c165730

Please sign in to comment.