ruff/src
Harutaka Kawamura 938ad9a39e
Fix N818 range (#1503)
2022-12-31 07:43:03 -05:00
..
ast Improve PLW0120 range (#1500) 2022-12-31 07:42:49 -05:00
autofix Add a --diff flag to dry-run autofixes (#1431) 2022-12-28 19:21:29 -05:00
checkers Fix N818 range (#1503) 2022-12-31 07:43:03 -05:00
cst Convert Err(anyhow(...)) to bail (#984) 2022-12-01 13:33:06 -05:00
docstrings Fix clippy 2022-12-30 12:34:43 -05:00
eradicate Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
flake8_2020 Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
flake8_annotations Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
flake8_bandit Escape strings when formatting check messages (#1493) 2022-12-30 22:11:01 -05:00
flake8_blind_except Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
flake8_boolean_trap Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
flake8_bugbear Stop overriding locations for expressions within f-strings (#1494) 2022-12-30 23:43:59 -05:00
flake8_builtins Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
flake8_comprehensions Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
flake8_datetimez Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
flake8_debugger Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
flake8_errmsg Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
flake8_implicit_str_concat Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
flake8_import_conventions Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
flake8_print Improve `T20X` ranges (#1502) 2022-12-31 07:41:53 -05:00
flake8_quotes Remove unused snapshots (#1497) 2022-12-31 07:40:38 -05:00
flake8_return Stop overriding locations for expressions within f-strings (#1494) 2022-12-30 23:43:59 -05:00
flake8_simplify Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
flake8_tidy_imports Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
flake8_unused_arguments Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
isort Fix detection of changed imports in isort plugin (#1504) 2022-12-31 07:37:27 -05:00
lex Fix clippy::documentation_markdown (pedantic) 2022-11-21 23:22:28 -05:00
mccabe Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
pandas_vet Automatically detect and respect indentation and quotation code style (#1413) 2022-12-27 19:45:50 -05:00
pep8_naming Fix N818 range (#1503) 2022-12-31 07:43:03 -05:00
pycodestyle Add a "fix message" to every autofix-able check (#1489) 2022-12-30 23:16:03 -05:00
pydocstyle Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
pyflakes Improve F811 range for function and class definitions (#1499) 2022-12-31 07:42:18 -05:00
pygrep_hooks Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
pylint Improve PLW0120 range (#1500) 2022-12-31 07:42:49 -05:00
python Add autofix for F504 and F522 (#1184) 2022-12-10 16:33:09 -05:00
pyupgrade Stop overriding locations for expressions within f-strings (#1494) 2022-12-30 23:43:59 -05:00
ruff Remove unused snapshots (#1497) 2022-12-31 07:40:38 -05:00
settings Make banned-api config setting optional (#1465) 2022-12-30 07:09:56 -05:00
vendor Automatically detect and respect indentation and quotation code style (#1413) 2022-12-27 19:45:50 -05:00
cache.rs Add a command to clear the Ruff cache (#1484) 2022-12-30 13:52:16 -05:00
checks.rs Remove F831 (#1495) 2022-12-30 23:57:51 -05:00
checks_gen.rs Remove F831 (#1495) 2022-12-30 23:57:51 -05:00
cli.rs Remove hidden autoformat command (#1486) 2022-12-30 15:32:05 -05:00
commands.rs Remove hidden autoformat command (#1486) 2022-12-30 15:32:05 -05:00
directives.rs Separate line-based checker from `noqa` enforcement (#1267) 2022-12-16 22:49:27 -05:00
fs.rs Change a few more methods to take AsRef<Path> 2022-12-16 21:38:52 -05:00
iterators.rs Support hierarchical settings for nested directories (#1190) 2022-12-12 10:12:23 -05:00
lib.rs Implicit flake8-implicit-str-concat (#1463) 2022-12-29 23:00:55 -05:00
lib_native.rs Automatically detect and respect indentation and quotation code style (#1413) 2022-12-27 19:45:50 -05:00
lib_wasm.rs Add a "fix message" to every autofix-able check (#1489) 2022-12-30 23:16:03 -05:00
linter.rs Remove hidden autoformat command (#1486) 2022-12-30 15:32:05 -05:00
logging.rs Print redirect warnings exactly once per code (#1280) 2022-12-18 12:03:49 -05:00
main.rs Web playground with WASM (#1279) 2022-12-26 12:09:17 -05:00
main_native.rs Remove hidden autoformat command (#1486) 2022-12-30 15:32:05 -05:00
message.rs Avoid double-extending past the end when showing source (#1377) 2022-12-25 19:52:42 -05:00
noqa.rs Detect line endings and use them during code generation (#1482) 2022-12-30 12:59:40 -05:00
packages.rs Auto-detect same-package imports (#1266) 2022-12-16 21:19:11 -05:00
printer.rs Add a "fix message" to every autofix-able check (#1489) 2022-12-30 23:16:03 -05:00
resolver.rs Add support for `ruff.toml` (#1378) 2022-12-25 21:55:07 -05:00
rustpython_helpers.rs Apply autofixes iteratively until code is stabilized (#875) 2022-11-22 16:37:52 -05:00
source_code_generator.rs Automatically detect and respect indentation and quotation code style (#1413) 2022-12-27 19:45:50 -05:00
source_code_locator.rs Avoid inserting extra newlines for comment-delimited import blocks (#1201) 2022-12-11 17:13:09 -05:00
source_code_style.rs Detect line endings and use them during code generation (#1482) 2022-12-30 12:59:40 -05:00
updates.rs Fix clippy::redundant_closure_for_method_calls (pedantic) 2022-11-21 23:22:28 -05:00
visibility.rs Move checkers into their own module (#1268) 2022-12-16 22:55:47 -05:00