mirror of
https://github.com/malmeloo/FindMy.py.git
synced 2026-04-22 08:45:46 +02:00
fix: Make examples work
This commit is contained in:
@@ -75,6 +75,7 @@ ignore = [
|
||||
"S101", # use of "assert"
|
||||
"D", # documentation
|
||||
"INP001", # namespacing
|
||||
"ERA001", # commented out code
|
||||
]
|
||||
"scripts/*" = [
|
||||
"T201", # use of "print"
|
||||
|
||||
Reference in New Issue
Block a user