ruff/crates/ruff_linter/src/rules
Dan Parizher f0e9c1d8f9
[`isort`] Handle multiple continuation lines after module docstring (`I002`) (#19818)
## Summary

Fixes #19815

---------

Co-authored-by: Brent Westbrook <36778786+ntBre@users.noreply.github.com>
2025-08-15 17:17:50 -04:00
..
airflow Add AIR301 rule (#17707) 2025-08-11 09:14:43 -04:00
eradicate Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
fastapi Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_2020 Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_annotations Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_async Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_bandit Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_blind_except [`flake8-blind-except`] Fix `BLE001` false-positive on `raise ... from None` (#19755) 2025-08-13 13:01:47 -04:00
flake8_boolean_trap Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_bugbear Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_builtins Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_commas Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_comprehensions [`flake8-comprehensions`] Fix false positive for `C420` with attribute, subscript, or slice assignment targets (#19513) 2025-08-08 15:02:30 -04:00
flake8_copyright Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_datetimez Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_debugger Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_django Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_errmsg Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_executable Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_fixme Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_future_annotations Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_gettext Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_implicit_str_concat Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_import_conventions Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_logging Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_logging_format Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_no_pep420 Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_pie Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_print Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_pyi Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_pytest_style Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_quotes Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_raise Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_return Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_self Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_simplify [`flake8-simplify`] Implement fix for `maxsplit` without separator (`SIM905`) (#19851) 2025-08-15 15:18:06 -04:00
flake8_slots Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_tidy_imports Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_todos Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_type_checking Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_unused_arguments Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flake8_use_pathlib Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
flynt Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
isort [`isort`] Handle multiple continuation lines after module docstring (`I002`) (#19818) 2025-08-15 17:17:50 -04:00
mccabe Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
numpy Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
pandas_vet Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
pep8_naming Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
perflint Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
pycodestyle [`pycodestyle`] Make `E731` fix unsafe instead of display-only for class assignments (#19700) 2025-08-15 19:09:55 +00:00
pydoclint Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
pydocstyle Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
pyflakes [`pyflakes`] Add secondary annotation showing previous definition (`F811`) (#19900) 2025-08-14 13:23:43 -04:00
pygrep_hooks Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
pylint Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
pyupgrade Fix `lint.future-annotations` link (#19876) 2025-08-12 14:45:06 +02:00
refurb Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
ruff RUF064: offer a safe fix for multi-digit zeros (#19847) 2025-08-10 20:35:27 +00:00
tryceratops Move full diagnostic rendering to `ruff_db` (#19415) 2025-08-08 12:56:23 -04:00
mod.rs Re-enable clippy `useless-format` (#14095) 2024-11-04 18:25:25 +01:00