Ran Benita 674eeec29c Add NonLogicalNewline token
This token is completely ignored by the parser, but it's useful for
other users of the lexer, such as the Ruff linter. For example, the
token is helpful for a "trailing comma" lint.

The same idea exists in Python's `tokenize` module - there is a NEWLINE
token (logical newline), and a NL token (non-logical newline).

Fixes #4385.
2023-01-12 16:47:12 +02:00
2023-01-11 00:14:28 -06:00
2023-01-11 00:14:28 -06:00
2023-01-12 16:47:12 +02:00
2023-01-11 00:14:28 -06:00
Description
An extremely fast Python linter and code formatter, written in Rust.
MIT 219 MiB
Languages
Rust 96.1%
Python 2.6%
TypeScript 0.9%
RenderScript 0.2%
Shell 0.1%