ruff/crates/ruff_python_ast
Brent Westbrook 98d20a8219
Preserve quotes in generated byte strings (#15778)
## Summary

This is a very closely related follow-up to #15726, adding the same
quote-preserving behavior to bytestrings. Only one rule (UP018) was
affected this time, and it was easy to mirror the plain string changes.

## Test Plan

Existing tests
2025-01-28 08:19:40 -05:00
..
src Preserve quotes in generated byte strings (#15778) 2025-01-28 08:19:40 -05:00
ast.toml Remove customizable reference enum names (#15647) 2025-01-21 13:46:31 -05:00
Cargo.toml Remove the optional salsa dependency from the AST crate (#14363) 2024-11-15 16:46:04 +00:00
generate.py Remove customizable reference enum names (#15647) 2025-01-21 13:46:31 -05:00