Add missing __init__.py

This commit is contained in:
Shane Smiskol 2024-11-10 20:33:38 -08:00
parent 9b5f697a1e
commit b0a5cb3060
3 changed files with 1 additions and 0 deletions

View File

View File

View File

@ -89,6 +89,7 @@ select = [
"RUF008", "RUF100",
"TID251",
"PLR1704",
"INP001",
]
ignore = [
"W292",