From ff291117ea5645db1a9ced72ca355e8c2dbc633e Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Mon, 27 Jul 2026 09:17:26 +1000 Subject: [PATCH 1/2] Move new release notes to proper location & proper file ext (doh!) --- release_notes/RelNotes-1.1.3.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 release_notes/RelNotes-1.1.3.md diff --git a/release_notes/RelNotes-1.1.3.md b/release_notes/RelNotes-1.1.3.md new file mode 100644 index 0000000..6b99258 --- /dev/null +++ b/release_notes/RelNotes-1.1.3.md @@ -0,0 +1,4 @@ +## Release notes + +* Improvement: + - Give error message (not stacktrace) if 'turnkey_version' file missing. From aa89905016297c17531e96deec80d848178e7e0b Mon Sep 17 00:00:00 2001 From: Jeremy Davis Date: Mon, 27 Jul 2026 09:30:48 +1000 Subject: [PATCH 2/2] Temporarily allow missing copyright notice from code files --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 223c30d..25aba94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,6 +37,9 @@ exclude = [ # Enable all rules by default - then exclude specific ones as required select = ["ALL"] ignore = [ + ### TODO - temporarily allow missing copyright notice from code files + "CPY001", + ### Project specific config (general conf below) # allow "untrusted" subprocess command/s - all commands use arguments