mirror of
https://github.com/astral-sh/ruff
synced 2026-01-20 21:10:48 -05:00
## Summary Ensures that, given: ```python import os x = 1 ``` We format like: ```python import os x = 1 ```
## Summary Ensures that, given: ```python import os x = 1 ``` We format like: ```python import os x = 1 ```