Skip to content

Commit 7f7aa7f

Browse files
committed
format
1 parent 0368434 commit 7f7aa7f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ requires = ["hatchling==1.26.3", "hatch-fancy-pypi-readme"]
9595
build-backend = "hatchling.build"
9696

9797
[dependency-groups]
98-
lint = [
98+
dev = [
9999
"ruff>=0.12.7",
100100
]
101101

tests/api_resources/test_devboxes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1229,7 +1229,7 @@ def test_method_create_and_await_running_with_config(self, client: Runloop) -> N
12291229
},
12301230
request_args={
12311231
"polling_config": config,
1232-
}
1232+
},
12331233
)
12341234

12351235
assert result.id == "test_id"

uv.lock

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

0 commit comments

Comments
 (0)