ruff/crates/ruff_linter/src
Charlie Marsh ed030d04ae Flag mutable defaults based on mutable annotations 2024-04-23 23:12:56 -04:00
..
checkers [`refurb`] New rule to suggest min/max over sorted() (`FURB192`) (#10868) 2024-04-23 01:13:57 +00:00
comments Rename `ruff` crate to `ruff_linter` (#7529) 2023-09-20 08:38:27 +02:00
cst Wrap expressions in parentheses when negating (#10346) 2024-03-11 18:20:55 -04:00
docstrings [`pydocstyle-D405`] Allow using `parameters` as a sub-section header (#9894) 2024-02-08 21:54:32 -05:00
fix [`ruff`] Fix panic in unused `# noqa` removal with multi-byte space (`RUF100`) (#10682) 2024-04-01 01:00:37 +00:00
importer Rename `SemanticModel::is_builtin` to `SemanticModel::has_builtin_binding` (#10991) 2024-04-18 11:11:42 +01:00
message Feature: Add SARIF output support (#9078) 2023-12-13 00:33:19 -05:00
registry Improve display of rules in `--show-settings` (#11003) 2024-04-17 20:18:41 +00:00
rules Flag mutable defaults based on mutable annotations 2024-04-23 23:12:56 -04:00
settings perf: `RuleTable::any_enabled` (#10971) 2024-04-16 12:20:27 +00:00
snapshots Detect automagic-like assignments in notebooks (#9653) 2024-01-29 12:55:44 +00:00
codes.rs [`refurb`] New rule to suggest min/max over sorted() (`FURB192`) (#10868) 2024-04-23 01:13:57 +00:00
directives.rs Track quoting style in the tokenizer (#10256) 2024-03-08 08:40:06 +00:00
doc_lines.rs Split `Constant` to individual literal nodes (#8064) 2023-10-30 12:13:23 +05:30
fs.rs Struct not tuple for compiled per-file ignores (#10864) 2024-04-11 13:47:57 -06:00
lib.rs Move `Q003` to AST checker (#10923) 2024-04-14 23:44:12 +05:30
line_width.rs `--show-settings` displays active settings in a far more readable format (#9464) 2024-01-12 14:30:29 -05:00
linter.rs Respect per-file-ignores for RUF100 with no other diagnostics (#11058) 2024-04-20 15:33:22 +00:00
logging.rs Replace LALRPOP parser with hand-written parser (#10036) 2024-04-18 17:57:39 +05:30
noqa.rs [`pygrep-hooks`] Improve `blanket-noqa` error message (`PGH004`) (#10851) 2024-04-10 04:30:25 +00:00
packaging.rs Nested namespace packages support (#10541) 2024-03-24 22:53:32 -04:00
pyproject_toml.rs Update pyproject-toml to 0.8 (#8351) 2023-10-30 10:05:37 +00:00
registry.rs [`pygrep_hooks`] Move `blanket-noqa` to noqa checker (`PGH004`) (#11053) 2024-04-22 13:36:25 -04:00
renamer.rs Correctly handle references in `__all__` definitions when renaming symbols in autofixes (#10527) 2024-03-22 20:06:35 +00:00
rule_redirects.rs [`pylint`] Recode `nan-comparison` rule to `W0177` (#10894) 2024-04-11 22:49:20 -04:00
rule_selector.rs Fix clippy unused variable warning (#9902) 2024-02-08 22:13:31 +00:00
source_kind.rs CLI: Color entire line in Diffs (#10183) 2024-03-01 13:53:45 +01:00
test.rs Update Rust to v1.77 (#10510) 2024-03-21 12:10:33 -04:00
upstream_categories.rs Fix pylint upstream categories not showing in docs (#10441) 2024-03-18 01:27:39 +00:00