diff --git a/pyproject.toml b/pyproject.toml index a08ff5e..6952856 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ quote-style = "single" 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",