ruff/crates/ruff_python_formatter/resources/test/fixtures
Charlie Marsh 76741cac77
Add global and nonlocal formatting (#6170)
## Summary

Adds `global` and `nonlocal` formatting, without the "deviation from
black" outlined in the linked issue, which I'll do separately.

See: https://github.com/astral-sh/ruff/issues/4798.

## Test Plan

Added a fixture in the Ruff-specific directory since the Black fixtures
don't seem to cover this.
2023-07-29 14:39:42 +00:00
..
black Type alias stub for formatter (#5880) 2023-07-19 17:28:07 +02:00
ruff Add global and nonlocal formatting (#6170) 2023-07-29 14:39:42 +00:00
import_black_tests.py Type alias stub for formatter (#5880) 2023-07-19 17:28:07 +02:00