Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 24, 2023
1 parent 03eab3f commit 1b81d3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test_package_gen.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ def test_package_generation(
"pyproject.toml",
"src",
Path("src") / project_config["expected_package_name"],
Path("src")
/ project_config["expected_package_name"]
/ "__init__.py",
Path("src") / project_config["expected_package_name"] / "__init__.py",
"tests",
Path(".github"),
Path(".github") / "workflows",
Expand Down

0 comments on commit 1b81d3a

Please sign in to comment.