diff --git a/ruff.toml b/ruff.toml index 12a01cbc5c7..2e8b5b2b330 100644 --- a/ruff.toml +++ b/ruff.toml @@ -8,6 +8,7 @@ extend-select = [ ] ignore = [ "UP015", # redundant-open-modes, explicit is preferred + "UP038", # https://github.com/astral-sh/ruff/issues/7871 # https://docs.astral.sh/ruff/formatter/#conflicting-lint-rules "W191", "E111",