Skip to content

Commit

Permalink
Render template ../cookiecutter-python-cli at ea3dcc7c5b
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed May 11, 2024
1 parent 16900da commit 9de75cc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 20 deletions.
10 changes: 0 additions & 10 deletions .cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,4 @@
{
"_checkout": null,
"_dest_dir": "worktree",
"_extensions": [
"jinja2.ext.do"
],
"_output_dir": "",
"_repo_dir": "../cookiecutter-python-cli",
"_setuptools_scm_root": "",
"_template": "../cookiecutter-python-cli",
"_template_name": "cookiecutter-python-cli",
"author_email": "tomi@nomi.cz",
"author_github": "liskin",
"author_name": "Tom\u00e1\u0161 Janou\u0161ek",
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ test-prysk: $(VENV_DONE)
PATH="$(CURDIR)/$(VENV)/bin:$$PATH" \
XDG_DATA_HOME=/home/user/.local/share \
XDG_CONFIG_HOME=/home/user/.config \
$(VENV_PYTHON) tests/prysk-noescape.py --indent=4 --shell=/bin/bash $(PRYSK_INTERACTIVE) \
$(VENV_PYTHON) -m prysk --indent=4 --shell=/bin/bash $(PRYSK_INTERACTIVE) \
$(wildcard tests/*.md tests/*/*.md tests/*/*/*.md)

.PHONY: README.md
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dev = [
"flake8",
"isort >= 5.0",
"mypy >= 0.900",
"prysk == 0.17.0",
"prysk >= 0.20.0",
"twine",
"types-PyYAML",
]
Expand Down
8 changes: 0 additions & 8 deletions tests/prysk-noescape.py

This file was deleted.

0 comments on commit 9de75cc

Please sign in to comment.