Skip to content

Commit ab3d80c

Browse files
committed
build(ruff): upgrade to 0.6.9
1 parent b3c8ee9 commit ab3d80c

File tree

3 files changed

+22
-21
lines changed

3 files changed

+22
-21
lines changed

poetry.lock

Lines changed: 20 additions & 19 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
@@ -47,7 +47,7 @@ colorama = "^0.4.6"
4747
rich-argparse = "^1.4.0"
4848

4949
[tool.poetry.group.dev.dependencies]
50-
ruff = "0.3.5"
50+
ruff = "0.6.9"
5151
tomli = "^2.0.1"
5252
types-python-dateutil = "^2.8.19.13"
5353
codespell = {extras = ["toml"], version = "^2.2.5"}

tests/test_remarshal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def _convert_and_read(
119119
return read_file(output_filename)
120120

121121

122-
@pytest.fixture()
122+
@pytest.fixture
123123
def convert_and_read(tmp_path):
124124
return functools.partial(
125125
_convert_and_read, output_filename=str(tmp_path / secrets.token_hex(16))

0 commit comments

Comments
 (0)