CI: ignore PLC0415 in ruff (imports outside top level)

This commit is contained in:
missytake
2025-06-29 19:49:17 +02:00
parent 8a59d94105
commit 1f5b2e947c
3 changed files with 7 additions and 5 deletions
+3
View File
@@ -41,3 +41,6 @@ lint.select = [
"PLE", # Pylint Error
"PLW", # Pylint Warning
]
lint.ignore = [
"PLC0415" # import-outside-top-level
]