Skip to content

Commit e309c53

Browse files
committed
feat: initial commit
1 parent 87114ae commit e309c53

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

.cookiecutter.json

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"_checkout": null,
3-
"_output_dir": "C:\\Users\\56kyl\\source\\repos",
4-
"_repo_dir": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
5-
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
6-
"add_rust_extension": false,
7-
"author": "Kyle Oliver",
8-
"copyright_year": "2025",
9-
"development_status": "Development Status :: 1 - Planning",
10-
"email": "56kyleoliver+cookiecutter-robust-python@gmail.com",
11-
"friendly_name": "Robust Python Demo",
12-
"github_user": "56kyle",
13-
"license": "MIT",
14-
"max_python_version": "3.13",
15-
"min_python_version": "3.9",
16-
"package_name": "robust_python_demo",
17-
"project_name": "robust-python-demo",
18-
"version": "0.0.0"
2+
"_checkout": null,
3+
"_output_dir": "C:\\Users\\56kyl\\source\\repos",
4+
"_repo_dir": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
5+
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
6+
"add_rust_extension": false,
7+
"author": "Kyle Oliver",
8+
"copyright_year": "2025",
9+
"development_status": "Development Status :: 1 - Planning",
10+
"email": "56kyleoliver+cookiecutter-robust-python@gmail.com",
11+
"friendly_name": "Robust Python Demo",
12+
"github_user": "56kyle",
13+
"license": "MIT",
14+
"max_python_version": "3.13",
15+
"min_python_version": "3.9",
16+
"package_name": "robust_python_demo",
17+
"project_name": "robust-python-demo",
18+
"version": "0.0.0"
1919
}

.github/workflows/test-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828

2929
jobs:
3030
test-python:
31-
name: Run Python Tests on ${{ matrix.os }}/{{"{{"}} matrix.python-version{{"}}"}}
31+
name: Run Python Tests on ${{ matrix.os }}/{{"{{"}} matrix.python-version{{"}}"}}
3232
runs-on: ${{ matrix.os }}
3333
strategy:
3434
matrix:

.github/workflows/typecheck-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ on:
3030

3131
jobs:
3232
typecheck-python:
33-
name: Run Python Type Checks on ${{ matrix.os }}/{{"{{"}} matrix.python-version{{"}}"}}
33+
name: Run Python Type Checks on ${{ matrix.os }}/{{"{{"}} matrix.python-version{{"}}"}}
3434
runs-on: ${{ matrix.os }}
3535
strategy:
3636
matrix:

0 commit comments

Comments
 (0)