Skip to content

Commit bafc411

Browse files
authored
Merge pull request #992 from onekey-sec/dependabot/pip/ruff-0.7.0
build(deps-dev): bump ruff from 0.6.9 to 0.7.0
2 parents 4dce7e4 + 0e5cc00 commit bafc411

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

poetry.lock

Lines changed: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ pytest = "^8.0.0"
3939
pyright = "^1.1.349"
4040
pre-commit = "^3.5.0"
4141
pytest-cov = ">=3,<6"
42-
ruff = "0.6.9"
42+
ruff = "0.7.0"
4343
pyyaml = "^6.0.1"
4444
atheris = { version = "^2.3.0", python = "<3.12" }
4545

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)