Skip to content

Commit fbac0ea

Browse files
Seriously, ruff.
1 parent 193392c commit fbac0ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -370,6 +370,7 @@ lint.ignore = [ # NOTE: non-permanent exclusions should be added to `.ruff.toml
370370
"PTH109", # os.getcwd is fine
371371
"PTH108", # os.unlink is fine
372372
"PTH103", # os.makedirs is fine
373+
"PTH107", # os.remove is fine
373374

374375
# flake8-simplify (SIM)
375376
"SIM103", # needless-bool (cannot be safely applied in all contexts (np.True_ is not True))

0 commit comments

Comments
 (0)