Files
ruff/crates/ruff_python_ast/src
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
..
2024-01-31 11:13:37 +01:00
2023-07-27 09:29:11 +00:00
2024-01-08 18:03:16 +01:00
2023-08-07 16:04:50 +00:00