diff --git a/.cookiecutter.json b/.cookiecutter.json index 4291da6..54b801b 100644 --- a/.cookiecutter.json +++ b/.cookiecutter.json @@ -1,5 +1,5 @@ { - "_commit": "a2d5945a169185d37abe3b1eaad1871ece5d9eec", + "_commit": "cb68ad582ad08db03dbb78f117aa8aae01ab34c9", "_max_python_version_minor_int": 14, "_min_python_version_minor_int": 10, "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", diff --git a/.cruft.json b/.cruft.json index 3794afe..a20b623 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "commit": "a2d5945a169185d37abe3b1eaad1871ece5d9eec", + "commit": "cb68ad582ad08db03dbb78f117aa8aae01ab34c9", "checkout": null, "context": { "cookiecutter": { @@ -20,7 +20,7 @@ "license": "MIT", "development_status": "Development Status :: 1 - Planning", "_template": "C:\\Users\\56kyl\\source\\repos\\cookiecutter-robust-python", - "_commit": "a2d5945a169185d37abe3b1eaad1871ece5d9eec", + "_commit": "cb68ad582ad08db03dbb78f117aa8aae01ab34c9", "_min_python_version_minor_int": 10, "_max_python_version_minor_int": 14, "python_versions": [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e594b8..0f5d089 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +## v0.35.0 (2025-11-24) + ## v0.34.0 (2025-11-24) ## v0.33.0 (2025-11-17) diff --git a/noxfile.py b/noxfile.py index a87ae88..9579bac 100644 --- a/noxfile.py +++ b/noxfile.py @@ -101,7 +101,7 @@ def typecheck(session: Session) -> None: session.install("-e", ".", "--group", "dev") session.log(f"Running Basedpyright check with py{session.python}.") - session.run("pyright", "--pythonversion", session.python) + session.run("basedpyright", "--pythonversion", session.python) @nox.session(python=False, name="security-python", tags=[SECURITY]) diff --git a/pyproject.toml b/pyproject.toml index f85f5fa..c1cebe8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "robust-python-demo" -version = "0.34.0" +version = "0.35.0" description = "robust-python-demo" authors = [ { name = "Kyle Oliver", email = "56kyleoliver+cookiecutter-robust-python@gmail.com" }, diff --git a/pyrightconfig.json b/pyrightconfig.json index 45eaad7..43ba0e0 100644 --- a/pyrightconfig.json +++ b/pyrightconfig.json @@ -30,8 +30,6 @@ "reportGeneralTypeIssues": "warning", "reportPropertyTypeMismatch": "warning", - "reportReturnTypeFromAnnotation": "warning", - "reportMissingReturnType": "warning", "reportMissingParameterType": "warning", "reportOptionalOperand": "warning", "pythonVersion": "3.10", diff --git a/uv.lock b/uv.lock index dc2e761..0c2ed60 100644 --- a/uv.lock +++ b/uv.lock @@ -1004,7 +1004,7 @@ wheels = [ [[package]] name = "robust-python-demo" -version = "0.34.0" +version = "0.35.0" source = { editable = "." } dependencies = [ { name = "loguru" },