ruff/crates/ruff_python_ast
Charlie Marsh 26e63ab137
Remove lexing from flake8-pytest-style (#6795)
## Summary

Another drive-by change to remove unnecessary custom lexing. We just
need to know the parenthesized range, so we can use...
`parenthesized_range`. I've also updated `parenthesized_range` to
support nested parentheses.

## Test Plan

`cargo test`
2023-08-23 15:54:11 +00:00
..
src Remove lexing from flake8-pytest-style (#6795) 2023-08-23 15:54:11 +00:00
tests Remove lexing from flake8-pytest-style (#6795) 2023-08-23 15:54:11 +00:00
Cargo.toml Remove some extraneous newlines in Cargo.toml (#6577) 2023-08-14 23:39:41 +00:00