ruff rules

This commit is contained in:
John Lancaster
2026-07-21 08:52:32 -05:00
parent 27f783fc90
commit 007d823c0a
3 changed files with 5 additions and 4 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ ignore = [
"*.ipynb" = [
"F401", # unused imports
"F841", # unused local variable
"F821", # undefined name in exploratory notebook cells
"F821", # undefined name in exploratory notebook cells,
"LOG015", # root logger calls
]
[lint.isort]