ruff/crates/ruff_python_formatter/resources/test/fixtures
konstin d7c7484618
Format function argument separator comments (#5211)
## Summary

This is a complete rewrite of the handling of `/` and `*` comment
handling in function signatures. The key problem is that slash and star
don't have a note. We now parse out the positions of slash and star and
their respective preceding and following note. I've left code comments
for each possible case of function signature structure and comment
placement

## Test Plan

I extended the function statement fixtures with cases that i found. If
you have more weird edge cases your input would be appreciated.
2023-06-21 17:56:47 +00:00
..
black Move typos to pre-commit config (#4148) 2023-04-29 12:13:35 -04:00
ruff Format function argument separator comments (#5211) 2023-06-21 17:56:47 +00:00