ruff/crates
Charlie Marsh 5f225b18ab
Generalize bracketed end-of-line comment handling (#6315)
Micha suggested this in
https://github.com/astral-sh/ruff/pull/6274#discussion_r1282774151, and
it allows us to unify the implementations for arguments and type params.
2023-08-03 20:51:03 +00:00
..
flake8_to_ruff
ruff Return a slice in StmtClassDef#bases (#6311) 2023-08-03 16:21:55 +00:00
ruff_benchmark
ruff_cache
ruff_cli Replace .map_or(false, $closure) with .is_some_and(closure) (#6244) 2023-08-01 19:29:42 +02:00
ruff_dev Make formatter ecosystem check failure output better understandable (#6300) 2023-08-03 20:23:25 +02:00
ruff_diagnostics
ruff_formatter Replace .map_or(false, $closure) with .is_some_and(closure) (#6244) 2023-08-01 19:29:42 +02:00
ruff_index
ruff_macros
ruff_python_ast Return a slice in StmtClassDef#bases (#6311) 2023-08-03 16:21:55 +00:00
ruff_python_codegen Use range: _ in lieu of range: _range (#6296) 2023-08-02 22:11:13 -04:00
ruff_python_formatter Generalize bracketed end-of-line comment handling (#6315) 2023-08-03 20:51:03 +00:00
ruff_python_index
ruff_python_literal [pylint] Implement Pylint bad-format-character (E1300) (#6171) 2023-08-02 21:32:43 +00:00
ruff_python_parser Box type params and arguments fields on the class definition node (#6275) 2023-08-02 16:47:06 +00:00
ruff_python_resolver Replace .map_or(false, $closure) with .is_some_and(closure) (#6244) 2023-08-01 19:29:42 +02:00
ruff_python_semantic Return a slice in StmtClassDef#bases (#6311) 2023-08-03 16:21:55 +00:00
ruff_python_stdlib Replace .map_or(false, $closure) with .is_some_and(closure) (#6244) 2023-08-01 19:29:42 +02:00
ruff_python_trivia
ruff_shrinking
ruff_source_file
ruff_text_size
ruff_wasm