Skip to content

Commit 90a3932

Browse files
committed
chore: update demo to the latest cookiecutter-robust-python
1 parent 12c7cc3 commit 90a3932

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"_commit": "a2d5945a169185d37abe3b1eaad1871ece5d9eec",
2+
"_commit": "dd9376fded7d29395ce3e64fc595f65e47841c81",
33
"_max_python_version_minor_int": 14,
44
"_min_python_version_minor_int": 10,
55
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",

.cruft.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
3-
"commit": "a2d5945a169185d37abe3b1eaad1871ece5d9eec",
3+
"commit": "dd9376fded7d29395ce3e64fc595f65e47841c81",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {
@@ -20,7 +20,7 @@
2020
"license": "MIT",
2121
"development_status": "Development Status :: 1 - Planning",
2222
"_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python",
23-
"_commit": "a2d5945a169185d37abe3b1eaad1871ece5d9eec",
23+
"_commit": "dd9376fded7d29395ce3e64fc595f65e47841c81",
2424
"_min_python_version_minor_int": 10,
2525
"_max_python_version_minor_int": 14,
2626
"python_versions": [

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def typecheck(session: Session) -> None:
101101
session.install("-e", ".", "--group", "dev")
102102

103103
session.log(f"Running Basedpyright check with py{session.python}.")
104-
session.run("pyright", "--pythonversion", session.python)
104+
session.run("basedpyright", "--pythonversion", session.python)
105105

106106

107107
@nox.session(python=False, name="security-python", tags=[SECURITY])

0 commit comments

Comments
 (0)