ruff/crates
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
..
flake8_to_ruff Bump version to 0.0.252 (#3142) 2023-02-22 14:50:14 -05:00
ruff Add support for basic Constant::Str formatting (#3173) 2023-02-23 16:23:10 +00:00
ruff_cli Bump version to 0.0.252 (#3142) 2023-02-22 14:50:14 -05:00
ruff_dev Move configuration out of README and into permanent docs (#3150) 2023-02-22 19:25:53 -05:00
ruff_formatter chore: Upgrade Rust to 1.67.0 (#3125) 2023-02-22 10:03:17 -05:00
ruff_macros Add missing rust-version in crates (#3009) 2023-02-19 15:07:17 +00:00
ruff_python Add support for basic Constant::Str formatting (#3173) 2023-02-23 16:23:10 +00:00
ruff_python_formatter Add support for basic Constant::Str formatting (#3173) 2023-02-23 16:23:10 +00:00
ruff_rustpython Move RustPython vendored and helper code into its own crate (#3171) 2023-02-23 14:14:16 +00:00
ruff_testing_macros test(ruff_python_formatter): Run all Black tests (#2993) 2023-02-22 09:25:06 -05:00
ruff_text_size chore: Upgrade Rust to 1.67.0 (#3125) 2023-02-22 10:03:17 -05:00