ruff/crates/ruff_linter/resources/test/fixtures
2025-02-08 11:25:23 +00:00
..
airflow [airflow] Add external_task.{ExternalTaskMarker, ExternalTaskSensor} for AIR302 (#16014) 2025-02-07 16:38:34 +05:30
control-flow-graph [pylint] Fix unreachable infinite loop (PLW0101) (#15278) 2025-01-08 09:45:04 -06:00
eradicate [eradicate] Correctly handle metadata blocks directly followed by normal blocks (ERA001) (#15330) 2025-01-07 16:22:22 -05:00
fastapi [FastAPI] Update Annotated fixes (FAST002) (#15462) 2025-01-15 13:05:53 -05:00
filesystem
flake8_2020
flake8_annotations [ruff 0.8] [flake8-annotations] Remove deprecated rules ANN101 and ANN102 (#14384) 2024-11-20 13:11:51 +01:00
flake8_async [flake8-async] allow async generators (ASYNC100) (#13639) 2024-10-07 07:25:54 -05:00
flake8_bandit [flake8-bandit] Permit suspicious imports within stub files (S4) (#15822) 2025-01-29 23:42:56 -06:00
flake8_blind_except
flake8_boolean_trap FBT001: exclude boolean operators (#14203) 2024-11-10 22:40:37 +00:00
flake8_bugbear [flake8-bugbear] Exempt NewType calls where the original type is immutable (B008) (#15765) 2025-01-29 10:26:17 +00:00
flake8_builtins [flake8-builtins] Match upstream module name comparison (A005) (#16006) 2025-02-07 13:55:56 -05:00
flake8_commas
flake8_comprehensions [flake8-comprehensions] Detect overshadowed list/set/dict, ignore variadics and named expressions (C417) (#15955) 2025-02-07 08:58:05 +00:00
flake8_datetimez [flake8-datetimez] Also exempt .time() (DTZ901) (#14394) 2024-11-18 02:24:35 +00:00
flake8_debugger
flake8_django [flake8-django] Recognize other magic methods (DJ012) (#15365) 2025-01-09 14:36:42 +01:00
flake8_errmsg
flake8_executable
flake8_fixme Fix TODO directive out of bounds acccess (#13756) 2024-10-15 10:49:53 +02:00
flake8_future_annotations
flake8_gettext
flake8_implicit_str_concat [flake8-implicit-str-concat] Normalize octals before merging concatenated strings in single-line-implicit-string-concatenation (ISC001) (#13118) 2024-08-27 18:53:27 +01:00
flake8_import_conventions
flake8_logging [flake8-logging] .exception() and exc_info= outside exception handlers (LOG004, LOG014) (#15799) 2025-02-04 09:52:12 +01:00
flake8_logging_format
flake8_no_pep420 Skip namespace package enforcement for PEP 723 scripts (#13974) 2024-10-29 02:11:31 +00:00
flake8_pie [flake8-pie] Remove following comma correctly when the unpacked dictionary is empty (PIE800) (#16008) 2025-02-07 08:52:10 +01:00
flake8_print
flake8_pyi [flake8-pyi] Make PYI019 autofixable for .py files in preview mode as well as stubs (#15889) 2025-02-04 16:41:22 +00:00
flake8_pytest_style [flake8-pytest-style] Rewrite references to .exception (PT027) (#15680) 2025-01-23 17:50:40 +01:00
flake8_quotes
flake8_raise
flake8_return [flake8-return] Recognize functions returning Never as non-returning (RET503) (#15298) 2025-01-07 07:57:34 +00:00
flake8_self
flake8_simplify [flake8-simplify] Only trigger SIM401 on known dictionaries (SIM401) (#15995) 2025-02-07 08:25:20 +00:00
flake8_slots
flake8_tidy_imports
flake8_todos [flake8-todos] Allow VSCode GitHub PR extension style links in missing-todo-link (TD003) (#15519) 2025-01-15 23:47:33 +00:00
flake8_type_checking [flake8-type-checking] Fix some safe fixes being labeled unsafe (#15638) 2025-01-21 15:08:46 +01:00
flake8_unused_arguments Make ARG002 compatible with EM101 when raising NotImplementedError (#13714) 2024-10-18 06:44:22 +00:00
flake8_use_pathlib [flake8-bandit] Check for builtins instead of builtin (S102, PTH123) (#15443) 2025-01-12 19:45:31 -05:00
flynt
isort enforce required imports even with useless alias (#14287) 2024-11-14 15:39:38 -06:00
mccabe
numpy
pandas_vet
pep8_naming [pep8-naming] Consider any number of leading underscore for N801 (#15988) 2025-02-06 14:08:27 +05:30
perflint [perflint] Parenthesize walrus expressions in autofix for manual-list-comprehension (PERF401) (#15050) 2024-12-19 06:56:45 -06:00
pycodestyle [pycodestyle] Exempt sys.path += ... calls (E402) (#15980) 2025-02-06 08:51:51 +01:00
pydoclint Fix typos found by codespell (#14863) 2024-12-09 09:32:12 +00:00
pydocstyle Avoid treating newline-separated sections as sub-sections (#15311) 2025-01-06 22:13:35 -05:00
pyflakes [pyflakes] Visit forward annotations in TypeAliasType as types (F401) (#15829) 2025-01-30 18:06:38 -05:00
pygrep_hooks
pylint [pylint] Do not report calls when object type and argument type mismatch, remove custom escape handling logic (PLE1310) (#15984) 2025-02-07 14:31:07 -06:00
pyupgrade [pyupgrade] [ruff] Don't apply renamings if the new name is shadowed in a scope of one of the references to the binding (UP049, RUF052) (#16032) 2025-02-08 11:25:23 +00:00
refurb [refurb] Handle unparenthesized tuples correctly (FURB122, FURB142) (#15953) 2025-02-05 10:16:54 +01:00
ruff [pyupgrade] [ruff] Don't apply renamings if the new name is shadowed in a scope of one of the references to the binding (UP049, RUF052) (#16032) 2025-02-08 11:25:23 +00:00
tryceratops Recode TRY302 to TRY203 (#13502) 2024-10-17 16:35:12 +01:00
__init__.py