Skip to content

Commit 6867086

Browse files
committed
Chore: run linter
1 parent b540cd5 commit 6867086

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ exclude = "extern"
3131
[tool.isort]
3232
profile = "black"
3333

34-
3534
[tool.pdm]
3635
[tool.pdm.dev-dependencies]
3736
dev = [

tests/test_version_config.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535

3636
class TestDefault:
3737
@pytest.mark.parametrize(
38-
"new_project, python_version", GOOD_NODE_PYTHON_VERSIONS, indirect=["new_project"]
38+
"new_project, python_version",
39+
GOOD_NODE_PYTHON_VERSIONS,
40+
indirect=["new_project"],
3941
)
4042
@pytest.mark.parametrize("config", [{"path": "other-package.json"}, {}])
4143
def test_read_correct(self, new_project, python_version, config):

0 commit comments

Comments
 (0)