diff --git a/pyproject.toml b/pyproject.toml index a313c98bd..ff3f3b410 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -105,7 +105,7 @@ quote-style = "preserve" docstring-code-format = true [tool.ruff.lint] -select = ["E4", "E7", "E9", "F", "S", "U"] +select = ["E4", "E7", "E9", "F", "S", "UP"] ignore = [ # we only use asserts for type narrowing "S101",