Skip to content

Commit b4e1b47

Browse files
Merge pull request #1287 from onekey-sec/renovate/ruff-0.x
chore(deps): update dependency ruff to v0.14.1
2 parents 2b13d08 + c757b06 commit b4e1b47

File tree

4 files changed

+26
-26
lines changed

4 files changed

+26
-26
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dev = [
4646
"pytest-cov>=7,<8",
4747
"pytest>=8.0.0",
4848
"pyyaml>=6.0.1",
49-
"ruff==0.12.12",
49+
"ruff==0.14.1",
5050
"taplo>=0.9.3",
5151
]
5252
docs = [

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
import pytest
77
from click.testing import CliRunner
8+
from rust.test_sandbox import landlock_supported
89

910
import unblob.cli
10-
from rust.test_sandbox import landlock_supported
1111
from unblob.extractors import Command
1212
from unblob.extractors.command import MultiFileCommand
1313
from unblob.handlers import BUILTIN_HANDLERS

tests/test_sandbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
from pathlib import Path
22

33
import pytest
4-
54
from rust.test_sandbox import landlock_supported
5+
66
from unblob.processing import ExtractionConfig
77
from unblob.sandbox import Sandbox
88

uv.lock

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

0 commit comments

Comments
 (0)