ruff/crates/ruff_linter
Dhruv Manilawala 18452cf477
Add `as_slice` method for all string nodes (#9111)
This PR adds a `as_slice` method to all the string nodes which returns
all the parts of the nodes as a slice. This will be useful in the next
PR to split the string formatting to use this method to extract the
_single node_ or _implicitly concanated nodes_.
2023-12-13 06:31:20 +00:00
..
resources/test Allow `flake8-type-checking` rules to automatically quote runtime-evaluated references (#6001) 2023-12-13 03:12:38 +00:00
src Add `as_slice` method for all string nodes (#9111) 2023-12-13 06:31:20 +00:00
Cargo.toml Feature: Add SARIF output support (#9078) 2023-12-13 00:33:19 -05:00