ruff/src
Charlie Marsh 3400be18a6 Revert "Add task-tags & ignore-overlong-task-comments settings (#1550)"
This reverts commit ca48492137.
2023-01-04 23:54:50 -05:00
..
ast Implement flake8-bandit rule `S103` (#1636) 2023-01-04 15:47:38 -05:00
autofix Implement builtin import removal (#1645) 2023-01-04 19:10:16 -05:00
checkers Revert "Add task-tags & ignore-overlong-task-comments settings (#1550)" 2023-01-04 23:54:50 -05:00
cst Pyupgrade: `import mock` to `from unittest import mock` (#1488) 2022-12-31 21:25:06 -05:00
docstrings Avoid some false positives for ends-in-period checks (#1521) 2022-12-31 18:38:22 -05:00
eradicate Revert "Add task-tags & ignore-overlong-task-comments settings (#1550)" 2023-01-04 23:54:50 -05:00
flake8_2020 Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
flake8_annotations Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
flake8_bandit Implement flake8-bandit rule `S108` (#1644) 2023-01-04 21:11:13 -05:00
flake8_blind_except Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
flake8_boolean_trap Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
flake8_bugbear Avoid silently dropping code generator errors (#1598) 2023-01-03 08:11:18 -05:00
flake8_builtins Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
flake8_comprehensions Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
flake8_datetimez Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
flake8_debugger Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
flake8_errmsg Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
flake8_implicit_str_concat Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
flake8_import_conventions Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
flake8_pie Fix leftover whitespace when removing `pass` for `PIE790` (#1612) 2023-01-03 20:44:59 -05:00
flake8_print Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
flake8_pytest_style Implement flake8-bandit rule `S103` (#1636) 2023-01-04 15:47:38 -05:00
flake8_quotes Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
flake8_return Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
flake8_simplify Implement `SIM110` and `SIM111` (conversion to `any` and `all`) (#1653) 2023-01-04 23:08:12 -05:00
flake8_tidy_imports Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
flake8_unused_arguments Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
isort Associate inline comments with parenthesized `ImportFrom` statements (#1609) 2023-01-03 20:02:12 -05:00
lex Fix clippy::documentation_markdown (pedantic) 2022-11-21 23:22:28 -05:00
mccabe Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
pandas_vet Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
pep8_naming Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
pycodestyle Revert "Add task-tags & ignore-overlong-task-comments settings (#1550)" 2023-01-04 23:54:50 -05:00
pydocstyle Treat convention as setting ignore, rather than select (#1611) 2023-01-03 21:27:53 -05:00
pyflakes DRY up unused import removal code (#1643) 2023-01-04 19:03:52 -05:00
pygrep_hooks Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
pylint Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
python Fix typing::match_annotated_subscript matching ExprKind::Call (#1554) 2023-01-02 12:13:45 -05:00
pyupgrade Implement builtin import removal (#1645) 2023-01-04 19:10:16 -05:00
ruff Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
settings Revert "Add task-tags & ignore-overlong-task-comments settings (#1550)" 2023-01-04 23:54:50 -05:00
vendor Remove need for vendored format/cformat code (#1573) 2023-01-02 19:37:31 -05:00
cache.rs Add a command to clear the Ruff cache (#1484) 2022-12-30 13:52:16 -05:00
cli.rs Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
commands.rs Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
directives.rs Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
fs.rs Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
iterators.rs Support hierarchical settings for nested directories (#1190) 2022-12-12 10:12:23 -05:00
lib.rs Add `flake8-pie` plugin with `prefer_list_builtin` (#1578) 2023-01-02 21:47:38 -05:00
lib_native.rs Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
lib_wasm.rs Revert "Add task-tags & ignore-overlong-task-comments settings (#1550)" 2023-01-04 23:54:50 -05:00
linter.rs Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -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 Always check directly-passed-in files (#1564) 2023-01-02 16:49:44 -05:00
message.rs Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
noqa.rs Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
packages.rs Auto-detect same-package imports (#1266) 2022-12-16 21:19:11 -05:00
printer.rs Rename checks.rs to registry.rs (#1566) 2023-01-02 17:26:51 -05:00
registry.rs Implement `SIM110` and `SIM111` (conversion to `any` and `all`) (#1653) 2023-01-04 23:08:12 -05:00
registry_gen.rs Implement `SIM110` and `SIM111` (conversion to `any` and `all`) (#1653) 2023-01-04 23:08:12 -05:00
resolver.rs Always check directly-passed-in files (#1564) 2023-01-02 16:49:44 -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 Generate source code with detected line ending (#1487) 2022-12-31 08:02:29 -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 Avoid byte-string conversions (#1618) 2023-01-03 21:45:14 -05:00
updates.rs Fix clippy::redundant_closure_for_method_calls (pedantic) 2022-11-21 23:22:28 -05:00
visibility.rs Fix `__init__.py` being private (#1556) 2023-01-02 14:39:23 -05:00