ruff/crates/ruff_python
Charlie Marsh f967f344fc
Add support for basic Constant::Str formatting (#3173)
This PR enables us to apply the proper quotation marks, including support for escapes. There are some significant TODOs, especially around implicit concatenations like:

```py
(
  "abc"
  "def"
)
```

Which are represented as a single AST node, which requires us to tokenize _within_ the formatter to identify all the individual string parts.
2023-02-23 16:23:10 +00:00
..
src Add support for basic Constant::Str formatting (#3173) 2023-02-23 16:23:10 +00:00
Cargo.toml Add missing rust-version in crates (#3009) 2023-02-19 15:07:17 +00:00