ruff/src
Charlie Marsh 07b5bf7030 Remove misleading emoji comment 2023-01-22 21:23:55 -05:00
..
ast Update RustPython to fix `Dict.keys` type (#2086) 2023-01-22 13:24:00 -05:00
autofix Remove remaining `ropey` usages (#2076) 2023-01-21 18:24:10 -05:00
checkers Avoid nested-if violations when outer-if has else clause (#2095) 2023-01-22 17:40:56 -05:00
cst Pyupgrade: Format specifiers (#1594) 2023-01-10 20:21:04 -05:00
docstrings Index source code upfront to power (row, column) lookups (#1990) 2023-01-21 17:56:11 -05:00
flake8_to_ruff flake8_to_ruff: support `isort` options (#2082) 2023-01-22 13:18:01 -05:00
lex Bump RustPython (#1836) 2023-01-14 08:03:27 -05:00
python Pyupgrade: Printf string formatting (#1803) 2023-01-21 09:37:22 -05:00
rules Remove misleading emoji comment 2023-01-22 21:23:55 -05:00
settings Fix bad documentation message for init option 2023-01-22 19:25:23 -05:00
source_code Update RustPython to fix `Dict.keys` type (#2086) 2023-01-22 13:24:00 -05:00
vendor Remove need for vendored format/cformat code (#1573) 2023-01-02 19:37:31 -05:00
cache.rs Split off ruff_cli crate from ruff library 2023-01-13 21:37:54 -05:00
directives.rs refactor: Merge Settings.enabled and Settings.fixable 2023-01-17 09:20:57 -05:00
doc_lines.rs Implement doc line length enforcement (#1804) 2023-01-11 22:32:14 -05:00
fix.rs Modify visibility and shuffle around some modules (#1807) 2023-01-11 23:57:05 -05:00
fs.rs rule 8/8: Automatically rewrite RuleCode to Rule 2023-01-18 23:51:48 -05:00
lib.rs derive-msg-formats 3/5: Introduce Violation::AUTOFIX associated constant 2023-01-19 11:03:32 -05:00
lib_native.rs refactor: Split CliSettings from Settings 2023-01-15 15:19:42 -05:00
lib_wasm.rs [`flake8-builtins`] Add `builtins-ignorelist` Option (#2061) 2023-01-21 11:09:04 -05:00
linter.rs Base `INP` check on package inference (#2079) 2023-01-21 19:49:56 -05:00
logging.rs Apply #[derive(Default)] fixes suggested by Clippy (#2000) 2023-01-19 11:04:43 -05:00
message.rs Remove remaining `ropey` usages (#2076) 2023-01-21 18:24:10 -05:00
noqa.rs rule 8/8: Automatically rewrite RuleCode to Rule 2023-01-18 23:51:48 -05:00
packaging.rs Add support for namespace packages (#1859) 2023-01-14 07:31:57 -05:00
registry.rs feat: Implement TRY201 (#2073) 2023-01-22 17:08:57 -05:00
resolver.rs refactor: Split CliSettings from Settings 2023-01-15 15:19:42 -05:00
rustpython_helpers.rs Split off ruff_cli crate from ruff library 2023-01-13 21:37:54 -05:00
violation.rs derive-msg-formats 4/5: Implement #[derive_message_formats] 2023-01-19 11:03:32 -05:00
violations.rs fix: add_rule.py for --linter ruff 2023-01-22 11:51:29 -05:00
visibility.rs fix: issue D401 only for non-test/property functions and methods (#2071) 2023-01-22 14:24:59 -05:00