Skip to content

Commit a9130e0

Browse files
committed
fixup! build(deps-dev): bump ruff from 0.6.9 to 0.7.0
1 parent bd422a6 commit a9130e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unblob/handlers/archive/_safe_tarfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class SafeTarFile:
1717
def __init__(self, inpath: Path):
1818
self.inpath = inpath
1919
self.reports = []
20-
self.tarfile = tarfile.open(inpath)
20+
self.tarfile = tarfile.open(inpath) # noqa: SIM115
2121
self.directories = {}
2222

2323
def close(self):

0 commit comments

Comments
 (0)