ruff/crates/ruff/resources/test
Charlie Marsh 8ccd697020
Expand scope of quoted-annotation rule (#5766)
## Summary

Previously, the `quoted-annotation` rule only removed quotes when `from
__future__ import annotations` was present. However, there are some
other cases in which this is also safe -- for example:

```python
def foo():
    x: "MyClass"
```

We already model these in the semantic model, so this PR just expands
the scope of the rule to handle those.
2023-07-15 15:37:34 -04:00
..
fixtures Expand scope of quoted-annotation rule (#5766) 2023-07-15 15:37:34 -04:00
package refactor: Introduce crates folder (#2088) 2023-02-05 16:47:48 -05:00
project Update output in resources/test/project/README.md (#3587) 2023-03-17 21:51:03 +00:00
disallowed_rule_names.txt Rename remaining use-* rules (#3661) 2023-03-22 11:36:01 -04:00