Unignore ruff rule ISC001 (#135581)

This commit is contained in:
Joost Lekkerkerker
2025-01-14 12:40:43 +01:00
committed by GitHub
parent 6f138c71b4
commit c66176cfa5

View File

@@ -839,7 +839,6 @@ ignore = [
"Q",
"COM812",
"COM819",
"ISC001",
# Disabled because ruff does not understand type of __all__ generated by a function
"PLE0605"