exclude jupyter notebooks from ruff

This commit is contained in:
Mary Hipp 2024-08-15 09:33:58 -04:00 committed by Mary Hipp Rogers
parent 810be3e1d4
commit f5c99b1488

View File

@ -198,6 +198,7 @@ exclude = [
"dist",
"invokeai/frontend/web/node_modules/",
".venv*",
"*.ipynb",
]
[tool.ruff.lint]