ruff/crates/ruff_linter/resources/test/fixtures
InSync aed0bf1c11
[ruff] itertools.starmap(..., zip(...)) (RUF058) (#15483)
Co-authored-by: Micha Reiser <micha@reiser.io>
2025-01-16 15:18:12 +01:00
..
airflow [airflow] extend and fix AIR302 rules (#15525) 2025-01-16 10:40:00 +01:00
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] Check for builtins instead of builtin (S102, PTH123) (#15443) 2025-01-12 19:45:31 -05:00
flake8_blind_except Respect logged and re-raised expressions in nested statements (#11301) 2024-05-05 21:52:09 -04:00
flake8_boolean_trap FBT001: exclude boolean operators (#14203) 2024-11-10 22:40:37 +00:00
flake8_bugbear [flake8-bugbear] Implement class-as-data-structure (B903) (#9601) 2025-01-06 21:18:28 -06:00
flake8_builtins [flake8-builtins] Disapply A005 to stub files (#15350) 2025-01-08 12:59:27 +00:00
flake8_commas Enable token-based rules on source with syntax errors (#11950) 2024-07-02 08:57:46 +00:00
flake8_comprehensions [flake8-comprehensions] Skip C416 if comprehension contains unpacking (#14909) 2024-12-20 14:35:30 +05:30
flake8_datetimez [flake8-datetimez] Also exempt .time() (DTZ901) (#14394) 2024-11-18 02:24:35 +00:00
flake8_debugger Check for use of debugpy and ptvsd debug modules (#10177) (#10194) 2024-03-01 23:02:44 -05:00
flake8_django [flake8-django] Recognize other magic methods (DJ012) (#15365) 2025-01-09 14:36:42 +01:00
flake8_errmsg Allow EM fixes even if msg variable is defined (#9059) 2023-12-08 15:16:15 -06:00
flake8_executable
flake8_fixme Fix TODO directive out of bounds acccess (#13756) 2024-10-15 10:49:53 +02:00
flake8_future_annotations Avoid flagging __future__ annotations as required for non-evaluated type annotations (#11414) 2024-05-21 18:57:13 +00:00
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 Accept non-aliased (but correct) import in unconventional-import-alias (#10729) 2024-04-01 23:47:20 -04:00
flake8_logging [flake8-logging] Root logger calls (LOG015) (#14302) 2024-11-13 09:11:55 +00:00
flake8_logging_format Include inline instantiations when detecting loggers (#11154) 2024-04-25 21:00:12 -04:00
flake8_no_pep420 Skip namespace package enforcement for PEP 723 scripts (#13974) 2024-10-29 02:11:31 +00:00
flake8_pie [flake8-pie] Correctly remove wrapping parentheses (PIE800) (#15394) 2025-01-10 14:52:32 +00:00
flake8_print
flake8_pyi [flake8-pyi]: Stabilize: Provide more automated fixes for duplicate-union-members (PYI016) (#15342) 2025-01-09 10:20:06 +01:00
flake8_pytest_style [flake8-pytest-style] Test function parameters with default arguments (PT028) (#15449) 2025-01-13 13:40:54 +01:00
flake8_quotes Add semantic model flag when inside f-string replacement field (#10766) 2024-04-04 09:08:48 +05:30
flake8_raise Avoid false-positives for parens-on-raise with futures.exception() (#10206) 2024-03-03 00:28:51 +00:00
flake8_return [flake8-return] Recognize functions returning Never as non-returning (RET503) (#15298) 2025-01-07 07:57:34 +00:00
flake8_self [flake8-self] Ignore sunder accesses in flake8-self rule (#11546) 2024-05-26 13:57:24 -04:00
flake8_simplify [flake8-simplify] More precise inference for dictionaries (SIM300) (#15164) 2024-12-30 10:41:33 +00:00
flake8_slots Avoid recommending __slots__ for classes that inherit from more than namedtuple (#12531) 2024-07-26 14:24:40 +00:00
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] Avoid false positives for | in TC008 (#15201) 2025-01-15 14:27:24 +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 Ignore NPY201 inside except blocks for compatibility with older numpy versions (#12490) 2024-07-24 20:03:23 +00:00
pandas_vet Limit inplace diagnostics to methods that accept inplace (#9495) 2024-01-12 14:12:54 -05:00
pep8_naming [pep8-naming] Avoid false positive for class Bar(type(foo)) (N804) (#14683) 2024-11-30 22:37:28 +00:00
perflint [perflint] Parenthesize walrus expressions in autofix for manual-list-comprehension (PERF401) (#15050) 2024-12-19 06:56:45 -06:00
pycodestyle [pycodestyle] Handle each cell separately for too-many-newlines-at-end-of-file (W391) (#15308) 2025-01-09 10:50:39 -06: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 Parse triple quoted string annotations as if parenthesized (#15387) 2025-01-16 11:38:15 +05:30
pygrep_hooks Respect per-file ignores for blanket and redirected noqa rules (#11728) 2024-06-04 03:57:59 +00:00
pylint [pylint] Re-implement unreachable (PLW0101) (#10891) 2025-01-02 21:54:59 -06:00
pyupgrade Parse triple quoted string annotations as if parenthesized (#15387) 2025-01-16 11:38:15 +05:30
refurb [refurb] Handle non-finite decimals in verbose-decimal-constructor (FURB157) (#14596) 2024-12-02 18:13:20 -06:00
ruff [ruff] itertools.starmap(..., zip(...)) (RUF058) (#15483) 2025-01-16 15:18:12 +01:00
tryceratops Recode TRY302 to TRY203 (#13502) 2024-10-17 16:35:12 +01:00
__init__.py [pylint] (Re-)Implement import-private-name (C2701) (#9553) 2024-01-16 14:03:11 -05:00