Skip to content

Commit

Permalink
Render template ../cookiecutter-python-cli at 6d3c7dea08
Browse files Browse the repository at this point in the history
  • Loading branch information
liskin committed Apr 2, 2024
1 parent 4c1ae3f commit 16900da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
{
"_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",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
shell: bash
run: |
set -ex
grep " noble " /etc/apt/sources.list || exit 0
grep "Suites: noble" /etc/apt/sources.list.d/ubuntu.sources || exit 0
apt install -y debian-archive-keyring
ln -s /usr/share/keyrings/debian-archive-keyring.gpg /etc/apt/trusted.gpg.d/
python3_pycodestyle=$(dpkg-query --showformat='${Version}\n' --show python3-pycodestyle)
Expand Down

0 comments on commit 16900da

Please sign in to comment.