ruff/crates
Nicholas Grisafi 40ee4909b5
Added argfile test and documentation (#7138)
Co-authored-by: konsti <konstin@mailbox.org>
2023-09-05 11:13:58 +02:00
..
flake8_to_ruff Bump version to 0.0.287 (#7038) 2023-09-01 17:32:26 +01:00
ruff Avoid triggering N806 on `TypeAlias` assignments (#7119) 2023-09-04 08:44:28 +00:00
ruff_benchmark Add lexer benchmark (#7132) 2023-09-04 13:18:36 +00:00
ruff_cache Error on zero tab width (#6429) 2023-08-08 16:51:37 -04:00
ruff_cli Added argfile test and documentation (#7138) 2023-09-05 11:13:58 +02:00
ruff_dev Create `ruff_notebook` crate (#7039) 2023-09-01 13:56:44 +00:00
ruff_diagnostics Create `ruff_notebook` crate (#7039) 2023-09-01 13:56:44 +00:00
ruff_formatter Better formatter CLI verbose output (#7129) 2023-09-05 00:25:16 +02:00
ruff_index Add unreachable code rule (#5384) 2023-07-04 14:27:23 +00:00
ruff_macros Move `Configuration` to `ruff_workspace` crate (#6920) 2023-08-28 06:21:35 +00:00
ruff_notebook Create `ruff_notebook` crate (#7039) 2023-09-01 13:56:44 +00:00
ruff_python_ast Supported starred exceptions in length-one tuple detection (#7080) 2023-09-03 13:31:13 +00:00
ruff_python_codegen Add parentheses when simplifying conditions in SIM222 (#7117) 2023-09-03 22:35:59 +00:00
ruff_python_formatter Preserve parentheses around partial call chains (#7109) 2023-09-04 10:57:04 +01:00
ruff_python_index Move `Ranged` into `ruff_text_size` (#6919) 2023-08-27 14:12:51 -04:00
ruff_python_literal Avoid parsing other parts of a format specification if replacements are present (#6858) 2023-08-25 17:42:57 +00:00
ruff_python_parser Fix `WithItem` ranges for parenthesized, non-`as` items (#6782) 2023-08-31 16:21:29 +01: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 Move `refurb/helpers` utils to `ruff_python_semantic` for broader use (#6990) 2023-08-29 14:45:09 -04:00
ruff_python_stdlib Add TOML files to `SourceType` (#6929) 2023-08-28 15:01:48 +00:00
ruff_python_trivia Implement `Ranged` on more structs (#6921) 2023-08-27 19:03:08 +00:00
ruff_shrinking Move `Ranged` into `ruff_text_size` (#6919) 2023-08-27 14:12:51 -04:00
ruff_source_file Fixed panic in `missing_copyright_notice` (#7029) 2023-09-01 13:58:48 +00:00
ruff_text_size Unify line size settings between ruff and the formatter (#6873) 2023-08-28 06:44:56 +00:00
ruff_wasm Make `SourceKind` a required parameter (#7013) 2023-09-04 07:45:59 +00:00
ruff_workspace Add hidden `--preview` / `--no-preview` options to `ruff check` (#7009) 2023-08-31 09:51:59 -05:00