Skip to content

Commit

Permalink
update Ruff linting configs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVinhLuong102 committed Dec 15, 2024
1 parent 1a2a03c commit 472f9d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ruff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ ignore = [
"RUF017", # Avoid quadratic list summation"
"RUF018", # avoid assignment expressions in `assert` statements
"RUF022", # __all__` is not sorted
"RUF051", # Use `pop` instead of `key in dict` followed by `del dict[key]`
"RUF100", # unused `noqa` directive
"S101", # use of `assert` detected
"S106", # possible hardcoded password assigned to argument
Expand Down

0 comments on commit 472f9d5

Please sign in to comment.