ruff/crates/ruff_python_formatter/resources/test/fixtures
Charlie Marsh 65aebf127a
Treat form feed as whitespace in SimpleTokenizer (#7626)
## Summary

This is whitespace as per `is_python_whitespace`, and right now it tends
to lead to panics in the formatter. Seems reasonable to treat it as
whitespace in the `SimpleTokenizer` too.

Closes .https://github.com/astral-sh/ruff/issues/7624.
2023-09-25 14:34:59 +00:00
..
black Introduce IndentWidth (#7301) 2023-09-13 14:52:24 +02:00
ruff Treat form feed as whitespace in SimpleTokenizer (#7626) 2023-09-25 14:34:59 +00:00
import_black_tests.py Update Black tests (#6618) 2023-08-16 15:05:51 +00:00