ruff/src
Charlie Marsh 080411bc89 Re-create ruff snapshots 2022-12-06 00:03:14 -05:00
..
ast Improve F841's Flake8 parity for unpacking assignments (#1103) 2022-12-05 23:34:40 -05:00
autofix Import compatibility with `isort` newline-insertion behavior (#1078) 2022-12-05 16:07:07 -05:00
cst Convert Err(anyhow(...)) to bail (#984) 2022-12-01 13:33:06 -05:00
docstrings Style fixes (#1049) 2022-12-05 09:57:48 -05:00
eradicate Remove Patch abstraction from Fix (#987) 2022-12-01 16:04:42 -05:00
flake8_2020 Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
flake8_annotations Auto-generate options in README from field attributes (#1015) 2022-12-05 22:34:40 -05:00
flake8_bandit Style fixes (#1049) 2022-12-05 09:57:48 -05:00
flake8_blind_except Style fixes (#1049) 2022-12-05 09:57:48 -05:00
flake8_boolean_trap Style fixes (#1049) 2022-12-05 09:57:48 -05:00
flake8_bugbear Auto-generate options in README from field attributes (#1015) 2022-12-05 22:34:40 -05:00
flake8_builtins Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
flake8_comprehensions Style fixes (#1049) 2022-12-05 09:57:48 -05:00
flake8_debugger Allow import builtins under T100 (#1037) 2022-12-04 10:13:17 -05:00
flake8_print Style fixes (#1049) 2022-12-05 09:57:48 -05:00
flake8_quotes Auto-generate options in README from field attributes (#1015) 2022-12-05 22:34:40 -05:00
flake8_return Style fixes (#1049) 2022-12-05 09:57:48 -05:00
flake8_tidy_imports Auto-generate options in README from field attributes (#1015) 2022-12-05 22:34:40 -05:00
isort Auto-generate options in README from field attributes (#1015) 2022-12-05 22:34:40 -05:00
lex Fix clippy::documentation_markdown (pedantic) 2022-11-21 23:22:28 -05:00
mccabe Auto-generate options in README from field attributes (#1015) 2022-12-05 22:34:40 -05:00
pep8_naming Auto-generate options in README from field attributes (#1015) 2022-12-05 22:34:40 -05:00
pycodestyle Style fixes (#1049) 2022-12-05 09:57:48 -05:00
pydocstyle Add missing D415 fixture 2022-12-05 20:42:21 -05:00
pyflakes Improve F841's Flake8 parity for unpacking assignments (#1103) 2022-12-05 23:34:40 -05:00
pygrep_hooks Add no-eval rule from pygrep-hooks (#994) 2022-12-02 12:59:06 -05:00
pylint Avoid false-positive on PLR1701 for multi-type isinstance calls (#1063) 2022-12-05 10:07:05 -05:00
python Remove sloppy match_name_or_attr helper (#1027) 2022-12-04 09:12:03 -05:00
pyupgrade Auto-generate options in README from field attributes (#1015) 2022-12-05 22:34:40 -05:00
ruff Re-create ruff snapshots 2022-12-06 00:03:14 -05:00
settings Auto-generate options in README from field attributes (#1015) 2022-12-05 22:34:40 -05:00
vendored Style fixes (#1049) 2022-12-05 09:57:48 -05:00
cache.rs Enforce most pedantic lints on CI (#878) 2022-11-22 18:55:57 -05:00
check_ast.rs Re-support F841 detection for single context managers (#1099) 2022-12-05 22:09:45 -05:00
check_imports.rs Support isort: split directive (#1081) 2022-12-05 16:48:10 -05:00
check_lines.rs Rename M001 to RUF100 (#1021) 2022-12-03 22:51:05 -05:00
check_tokens.rs Rename rules mod to ruff (#1104) 2022-12-05 23:35:36 -05:00
checks.rs Implement autofix for D400 and D415 (#1094) 2022-12-05 20:24:56 -05:00
checks_gen.rs Extend and rename RUF004 to PLR1722 (#1036) 2022-12-04 10:20:12 -05:00
cli.rs Add format setting to pyproject.toml (#964) 2022-11-29 19:22:23 -05:00
code_gen.rs Enforce most pedantic lints on CI (#878) 2022-11-22 18:55:57 -05:00
commands.rs Add GitHub output format (#975) 2022-12-01 10:22:11 -05:00
directives.rs Support isort: split directive (#1081) 2022-12-05 16:48:10 -05:00
fs.rs Use pyproject.toml parent as project root when explicitly provided (#1101) 2022-12-05 23:00:59 -05:00
lib.rs Rename rules mod to ruff (#1104) 2022-12-05 23:35:36 -05:00
linter.rs Implement autofix for D400 and D415 (#1094) 2022-12-05 20:24:56 -05:00
logging.rs Send logs to stderr (#977) 2022-12-01 10:19:32 -05:00
main.rs Run cargo fmt 2022-12-05 23:01:47 -05:00
message.rs Include fixes in JSON API output (#988) 2022-12-01 16:30:56 -05:00
noqa.rs Add backwards compatible redirect map for `U`-to-`UP` rename (#1019) 2022-12-03 22:43:00 -05:00
printer.rs Tweak summary message to include total error counts (#1067) 2022-12-05 16:12:12 -05:00
rustpython_helpers.rs Apply autofixes iteratively until code is stabilized (#875) 2022-11-22 16:37:52 -05:00
source_code_locator.rs Import compatibility with `isort` newline-insertion behavior (#1078) 2022-12-05 16:07:07 -05:00
updates.rs Fix clippy::redundant_closure_for_method_calls (pedantic) 2022-11-21 23:22:28 -05:00
visibility.rs Remove sloppy match_name_or_attr helper (#1027) 2022-12-04 09:12:03 -05:00