mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Ignore UP031 check with Ruff 0.0.229
This commit is contained in:
parent
3362021cfb
commit
6845c3fd96
@ -171,6 +171,8 @@ ignore = [
|
||||
"SIM105", # use contextlib.suppress
|
||||
"SIM108", # use ternary operator
|
||||
"SIM117", # use single 'with' statement
|
||||
# pyupgrade
|
||||
"UP031", # replace with format specifiers
|
||||
]
|
||||
external = [ # Whitelist for RUF100 unkown code warnings
|
||||
"E704",
|
||||
|
Loading…
Reference in New Issue
Block a user