Files
ruff/src
Colin Delahunty 329946f162 Avoid erroneous Q002 error message for single-quote docstrings (#1777)
Fixes #1775. Before implementing your solution I thought of a slightly
simpler one. However, it will let this function pass:
```
def double_inside_single(a):
    'Double inside "single "'
```
If we want function to pass, my implementation works. But if we do not,
then I can go with how you suggested I implemented this (I left how I
would begin to handle it commented out). The bottom of the flake8-quotes
documentation seems to suggest that this should pass:
https://pypi.org/project/flake8-quotes/

Co-authored-by: Charlie Marsh <charlie.r.marsh@gmail.com>
2023-01-11 20:01:54 -05:00
..
2023-01-11 19:51:37 -05:00
2023-01-11 19:51:37 -05:00
2023-01-10 20:21:04 -05:00
2023-01-11 19:59:00 -05:00
2023-01-08 17:46:20 -05:00
2023-01-08 17:46:20 -05:00
2023-01-06 20:25:59 -05:00
2023-01-08 17:46:20 -05:00
2023-01-11 19:51:37 -05:00
2023-01-11 19:51:37 -05:00