Skip to content

Commit aee66ad

Browse files
authored
Merge pull request #7 from 56kyle/develop
Develop
2 parents c8107da + e6b631d commit aee66ad

12 files changed

+238
-1878
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies = [
99
"cruft>=2.16.0",
1010
"loguru>=0.7.3",
1111
"platformdirs>=4.3.8",
12+
"retrocookie>=0.4.3",
1213
"typer>=0.15.3",
1314
]
1415

uv.lock

Lines changed: 149 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

{{cookiecutter.project_name}}/.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@ commit_msg_file = ".git/COMMIT_EDITMSG"
1515
[tool.commitizen.github]
1616
release = true
1717
release_asset_path = "dist/*"
18-
release_asset_descriptions = { "*.tar.gz": "Source distribution", "*.whl": "Python Wheel" }
18+
release_asset_descriptions = { "*.tar.gz" = "Source distribution", "*.whl" = "Python Wheel" }
1919
base_url = "https://github.com/{{ cookiecutter.github_user | lower | replace(' ', '-') }}/{{ cookiecutter.project_name.replace('_', '-') }}"

{{cookiecutter.project_name}}/.github/workflows/docs-build-python.yml

Lines changed: 0 additions & 53 deletions
This file was deleted.

{{cookiecutter.project_name}}/.github/workflows/lint-global.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,5 @@ jobs:
5050
with:
5151
python-version-file: .python-version
5252

53-
5453
- name: Run global linting checks
5554
run: uvx nox -s lint-global

{{cookiecutter.project_name}}/.github/workflows/lint-python.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@ jobs:
4444
with:
4545
python-version-file: .python-version
4646

47+
- name: Run formatting checks
48+
run: uvx nox -s format-python
49+
4750
- name: Run linting checks
4851
run: uvx nox -s lint-python

{{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.add_rust_extension == 'y' %} build-rust.yml {%- endif %}

Lines changed: 0 additions & 71 deletions
This file was deleted.

{{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.add_rust_extension == 'y' %} docs-build-rust.yml {%- endif %}

Lines changed: 0 additions & 61 deletions
This file was deleted.

{{cookiecutter.project_name}}/.github/workflows/{% if cookiecutter.add_rust_extension == 'y' %} release-rust.yml {%- endif %}

Whitespace-only changes.

0 commit comments

Comments
 (0)