Skip to content

Commit

Permalink
update Ruff config
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVinhLuong102 committed Dec 7, 2024
1 parent 8499034 commit bac60de
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 @@ -101,6 +101,7 @@ ignore = [
"PTH118", # `os.path.join()` should be replaced by `Path` with `/` operator
"PTH119", # `os.path.basename()` should be replaced by `Path.name`
"PTH123", # `open()` should be replaced by `Path.open()`
"PTH208", # use `pathlib.Path.iterdir()` instead
"PLC0415", # `import` should be at the top-level of a file
"PLR0904", # too many public methods
"PLR0917", # too many positional arguments
Expand Down

0 comments on commit bac60de

Please sign in to comment.