Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions release_notes/RelNotes-1.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Release notes

* Improvement:
- Give error message (not stacktrace) if 'turnkey_version' file missing.
Loading