Charlie Marsh
|
87a0cd219f
|
Detect asyncio.get_running_loop calls in RUF006 (#7562)
## Summary
We can do a good enough job detecting this with our existing semantic
model.
Closes https://github.com/astral-sh/ruff/issues/3237.
|
2023-09-21 04:37:38 +00:00 |
|
Charlie Marsh
|
ad893f8295
|
Avoid invalid fix for parenthesized values in F601 (#7559)
Closes https://github.com/astral-sh/ruff/issues/4897.
|
2023-09-21 01:28:11 +00:00 |
|
Charlie Marsh
|
621bed55c0
|
Add padding in PERF102 fixes (#7554)
Closes https://github.com/astral-sh/ruff/issues/7097.
|
2023-09-20 19:33:54 -04:00 |
|
Charlie Marsh
|
a0917ec658
|
Avoid inserting imports directly after continuation (#7553)
## Summary
This is extremely rare in practice, but common in the fuzzer issues so
worth fixing quickly.
Closes https://github.com/astral-sh/ruff/issues/7199.
|
2023-09-20 21:26:48 +00:00 |
|
Charlie Marsh
|
5849a75223
|
Rename ruff crate to ruff_linter (#7529)
|
2023-09-20 08:38:27 +02:00 |
|