ruff/crates/ruff_python_ast
Dhruv Manilawala 36b752876e
Implement AnyNode/AnyNodeRef for FStringFormatSpec (#9836)
## Summary

This PR adds the `AnyNode` and `AnyNodeRef` implementation for
`FStringFormatSpec` node which will be required in the f-string
formatting.

The main usage for this is so that we can pass in the node directly to
`suppressed_node` in case debug expression is used to format is as
verbatim text.
2024-02-05 19:23:43 +00:00
..
src Implement AnyNode/AnyNodeRef for FStringFormatSpec (#9836) 2024-02-05 19:23:43 +00:00
tests Remove type parameter from parse_* methods (#9466) 2024-01-11 19:41:19 +01:00
Cargo.toml Use AhoCorasick to speed up quote match (#9773) 2024-02-02 09:57:39 -05:00