Skip to content

Commit f854d9e

Browse files
Merge pull request #2634 from VWS-Python/dependabot/pip/ruff-0.12.0
Bump ruff from 0.11.13 to 0.12.0
2 parents b3ef216 + 6df0223 commit f854d9e

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ optional-dependencies.dev = [
8080
"python-dotenv==1.1.0",
8181
"pyyaml==6.0.2",
8282
"requests-mock-flask==2025.1.13",
83-
"ruff==0.11.13",
83+
"ruff==0.12.0",
8484
# We add shellcheck-py not only for shell scripts and shell code blocks,
8585
# but also because having it installed means that ``actionlint-py`` will
8686
# use it to lint shell commands in GitHub workflow files.

tests/mock_vws/test_add_target.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ class TestActiveFlag:
674674
argvalues=[True, False, None],
675675
)
676676
def test_valid(
677+
*,
677678
active_flag: bool | None,
678679
image_file_failed_state: io.BytesIO,
679680
vws_client: VWS,

tests/mock_vws/test_query.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,7 @@ def test_all(
11331133
argvalues=["a", True, 0],
11341134
)
11351135
def test_invalid_value(
1136+
*,
11361137
high_quality_image: io.BytesIO,
11371138
vuforia_database: VuforiaDatabase,
11381139
include_target_data: str | bool | int,

0 commit comments

Comments
 (0)