diff --git a/ruff.toml b/ruff.toml index c26c8452a636..2b29977f9794 100644 --- a/ruff.toml +++ b/ruff.toml @@ -77,10 +77,6 @@ ignore = [ # flake8-implicit-str-concat "ISC003", # explicit-string-concatenation - # pyupgrade - # Should probably fix these - "UP006", # non-pep585-annotation - # Ruff Specific # This code is problematic because using instantiated types as defaults is so common across the codebase.