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 Aug 21, 2023
1 parent 34fed72 commit 2ea70e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pyscaffoldext/cookiecutter/extension.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ def create_cookiecutter(struct: Structure, opts: ScaffoldOpts) -> ActionParams:

logger.report("run", "cookiecutter " + opts["cookiecutter"])
if not opts.get("pretend"):

with fs.chdir(opts["project_path"].resolve().parent):
cookiecutter(template, no_input=True, extra_context=parameters(opts))

Expand Down

0 comments on commit 2ea70e3

Please sign in to comment.