Skip to content

Commit

Permalink
Chore: run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
agoose77 committed Jun 10, 2022
1 parent b540cd5 commit 6867086
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ exclude = "extern"
[tool.isort]
profile = "black"


[tool.pdm]
[tool.pdm.dev-dependencies]
dev = [
Expand Down
4 changes: 3 additions & 1 deletion tests/test_version_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@

class TestDefault:
@pytest.mark.parametrize(
"new_project, python_version", GOOD_NODE_PYTHON_VERSIONS, indirect=["new_project"]
"new_project, python_version",
GOOD_NODE_PYTHON_VERSIONS,
indirect=["new_project"],
)
@pytest.mark.parametrize("config", [{"path": "other-package.json"}, {}])
def test_read_correct(self, new_project, python_version, config):
Expand Down

0 comments on commit 6867086

Please sign in to comment.