fix: Make examples work

This commit is contained in:
Mike A.
2025-09-06 21:40:08 +02:00
parent 05ea2c9a74
commit 48007752af
5 changed files with 41 additions and 24 deletions

View File

@@ -75,6 +75,7 @@ ignore = [
"S101", # use of "assert"
"D", # documentation
"INP001", # namespacing
"ERA001", # commented out code
]
"scripts/*" = [
"T201", # use of "print"