diff --git a/pyproject.toml b/pyproject.toml index 35bad44f6..83d7b1e9b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",