Skip to content

Commit

Permalink
Merge pull request #107 from aitomatic/lint
Browse files Browse the repository at this point in the history
update .Ruff.TOML linting configs
  • Loading branch information
TheVinhLuong102 authored Mar 7, 2024
2 parents f7e36d2 + daa8c9a commit c0a127d
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 c0a127d

Please sign in to comment.