| .. |
|
ast
|
Convert remaining call path sites to use `SmallVec` (#1972)
|
2023-01-18 14:50:33 -05:00 |
|
autofix
|
Remove some Clippy allows (#1888)
|
2023-01-15 02:32:36 -05:00 |
|
checkers
|
Port pydocstyle code 401 (ImperativeMood) (#1999)
|
2023-01-20 07:18:27 -05:00 |
|
cst
|
Pyupgrade: Format specifiers (#1594)
|
2023-01-10 20:21:04 -05:00 |
|
docstrings
|
[pyupgrade] Automatically rewrite format-strings to f-strings (#1905)
|
2023-01-16 23:06:39 -05:00 |
|
flake8_to_ruff
|
Enable suppression of magic values by type (#1987)
|
2023-01-18 20:44:24 -05:00 |
|
lex
|
Bump RustPython (#1836)
|
2023-01-14 08:03:27 -05:00 |
|
python
|
Use `smallvec` for call path representation (#1960)
|
2023-01-18 11:29:05 -05:00 |
|
rules
|
Avoid trimming docstring if ends in trailing quote (#2025)
|
2023-01-20 07:41:58 -05:00 |
|
settings
|
Added pylint formatter (#1995)
|
2023-01-19 08:01:27 -05:00 |
|
source_code
|
Apply #[derive(Default)] fixes suggested by Clippy (#2000)
|
2023-01-19 11:04:43 -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
|
rule 8/8: Automatically rewrite RuleCode to Rule
|
2023-01-18 23:51:48 -05:00 |
|
linter.rs
|
rule 8/8: Automatically rewrite RuleCode to Rule
|
2023-01-18 23:51:48 -05:00 |
|
logging.rs
|
Apply #[derive(Default)] fixes suggested by Clippy (#2000)
|
2023-01-19 11:04:43 -05:00 |
|
message.rs
|
Split off ruff_cli crate from ruff library
|
2023-01-13 21:37:54 -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
|
Port pydocstyle code 401 (ImperativeMood) (#1999)
|
2023-01-20 07:18:27 -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
|
Note `.astimezone()` in call-datetime-strptime-without-zone message (#2015)
|
2023-01-20 07:40:34 -05:00 |
|
visibility.rs
|
Grammar fixes (#2014)
|
2023-01-20 07:44:23 -05:00 |