mirror of
https://github.com/chatmail/relay.git
synced 2026-05-19 12:28:06 +00:00
CI: ignore PLC0415 in ruff (imports outside top level)
This commit is contained in:
@@ -41,3 +41,6 @@ lint.select = [
|
||||
"PLE", # Pylint Error
|
||||
"PLW", # Pylint Warning
|
||||
]
|
||||
lint.ignore = [
|
||||
"PLC0415" # import-outside-top-level
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user