Remove W291 and W293 from external list in Ruff configuration

This commit is contained in:
Adam Turner 2023-08-15 17:14:04 +01:00
parent 52d8e03d85
commit 50d84333e4

View File

@ -285,8 +285,6 @@ ignore = [
]
external = [ # Whitelist for RUF100 unknown code warnings
"E704",
"W291",
"W293",
"SIM113",
]
select = [