Skip to content

Commit

Permalink
Merge branch 'main' of https://GitHub.com/Aitomatic/OpenSSA into release
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVinhLuong102 committed Dec 15, 2024
2 parents ed911ae + 4185e51 commit ccdb188
Show file tree
Hide file tree
Showing 2 changed files with 2 additions 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
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ disable = [
"relative-beyond-top-level",
"too-few-public-methods",
"too-many-positional-arguments",
"unexpected-keyword-arg",
"unknown-option-value",
"unnecessary-pass",
]
Expand Down

0 comments on commit ccdb188

Please sign in to comment.