mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove W291 and W293 from external list in Ruff configuration
This commit is contained in:
parent
52d8e03d85
commit
50d84333e4
@ -285,8 +285,6 @@ ignore = [
|
||||
]
|
||||
external = [ # Whitelist for RUF100 unknown code warnings
|
||||
"E704",
|
||||
"W291",
|
||||
"W293",
|
||||
"SIM113",
|
||||
]
|
||||
select = [
|
||||
|
Loading…
Reference in New Issue
Block a user