Skip to content

Commit

Permalink
update .Ruff.TOML linting configs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheVinhLuong102 committed Mar 7, 2024
1 parent 9bc1db4 commit daa8c9a
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 @@ -81,6 +81,7 @@ ignore = [
"PERF401", # use a list comprehension to create a transformed list
"PGH003", # use specific rule codes when ignoring type issues
"PIE790", # unnecessary `pass` statement
"PLC2701", # private name import from external module
"PTH100", # `os.path.abspath()` should be replaced by `Path.resolve()`
"PTH103", # `os.makedirs()` should be replaced by `Path.mkdir(parents=True)`
"PTH109", # `os.getcwd()` should be replaced by `Path.cwd()`
Expand Down

0 comments on commit daa8c9a

Please sign in to comment.