ruff/src
Charlie Marsh 85b882fc54
Remove CheckLocator abstraction (#627)
2022-11-06 17:42:10 -05:00
..
ast Remove CheckLocator abstraction (#627) 2022-11-06 17:42:10 -05:00
autofix Use a shared Rope between AST checker and fixer (#585) 2022-11-04 12:05:46 -04:00
cst pyflakes F632 Autofix (#612) 2022-11-06 06:57:46 -05:00
docstrings Use a Rope to power fixer (#584) 2022-11-04 12:04:14 -04:00
flake8_annotations Implement flake8-annotations (#625) 2022-11-06 17:25:49 -05:00
flake8_bugbear Remove CheckLocator abstraction (#627) 2022-11-06 17:42:10 -05:00
flake8_builtins Split checks and plugins into source-related modules (#447) 2022-10-17 15:38:49 -04:00
flake8_comprehensions pyflakes F632 Autofix (#612) 2022-11-06 06:57:46 -05:00
flake8_print Remove CheckLocator abstraction (#627) 2022-11-06 17:42:10 -05:00
flake8_quotes Implement flake8-annotations (#625) 2022-11-06 17:25:49 -05:00
lex Split ambiguous unicode detection into string vs. docstring rules (#590) 2022-11-04 14:46:20 -04:00
pep8_naming Categorize functions in pep8-naming (#624) 2022-11-06 15:29:49 -05:00
pycodestyle Remove CheckLocator abstraction (#627) 2022-11-06 17:42:10 -05:00
pydocstyle Implement flake8-annotations (#625) 2022-11-06 17:25:49 -05:00
pyflakes Remove CheckLocator abstraction (#627) 2022-11-06 17:42:10 -05:00
python Account for typing_extensions for annotation parsing (#550) 2022-11-02 09:01:12 -04:00
pyupgrade Remove CheckLocator abstraction (#627) 2022-11-06 17:42:10 -05:00
rules Correct source link in CONFUSABLES comment (#617) 2022-11-05 20:53:05 -04:00
settings Implement flake8-annotations (#625) 2022-11-06 17:25:49 -05:00
snapshots Categorize functions in pep8-naming (#624) 2022-11-06 15:29:49 -05:00
cache.rs Use nightly rustfmt with rustfmt.toml (#536) 2022-11-01 20:34:38 -04:00
check_ast.rs Remove CheckLocator abstraction (#627) 2022-11-06 17:42:10 -05:00
check_lines.rs Remove utf-8 encoding declaration (#618) 2022-11-06 14:23:06 -05:00
check_tokens.rs Change Ruff's error prefix to RUF (#592) 2022-11-04 23:13:50 -04:00
checks.rs Implement flake8-annotations (#625) 2022-11-06 17:25:49 -05:00
checks_gen.rs Implement flake8-annotations (#625) 2022-11-06 17:25:49 -05:00
cli.rs Make --quiet more aggressive (#566) 2022-11-03 10:08:15 -04:00
code_gen.rs Implement B011 from flake8-bugbear (#390) 2022-10-10 10:55:55 -04:00
fs.rs Remove some usages of Ruff internals in ruff_dev (#610) 2022-11-05 16:07:21 -04:00
lib.rs Implement flake8-annotations (#625) 2022-11-06 17:25:49 -05:00
linter.rs Remove utf-8 encoding declaration (#618) 2022-11-06 14:23:06 -05:00
logging.rs Make --quiet more aggressive (#566) 2022-11-03 10:08:15 -04:00
main.rs Use ::ruff to ensure ruff imports come first 2022-11-03 10:09:28 -04:00
message.rs Make columns indices 1-based in the text output format (#539) 2022-11-01 19:06:08 -04:00
noqa.rs Only track noqa directives for multi-line strings (#615) 2022-11-05 19:53:13 -04:00
printer.rs Make --quiet more aggressive (#566) 2022-11-03 10:08:15 -04:00
source_code_locator.rs Use a Rope to power fixer (#584) 2022-11-04 12:04:14 -04:00
visibility.rs Implement flake8-annotations (#625) 2022-11-06 17:25:49 -05:00