ruff/crates/ruff_linter/resources/test/fixtures
Ken Baskett f4c8c7eb70
[ruff] Implement check for Decimal called with a float literal (RUF032) (#12909)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Co-authored-by: Micha Reiser <micha@reiser.io>
2024-08-19 09:22:19 +00:00
..
airflow
control-flow-graph
eradicate Avoid code comment detection in PEP 723 script tags (#10464) 2024-03-18 17:48:51 -04:00
fastapi [fastapi] Implement fast-api-unused-path-parameter (FAST003) (#12638) 2024-08-16 01:46:35 +00:00
filesystem
flake8_2020
flake8_annotations
flake8_async [flake8-async] Do not lint yield in context manager cancel-scope-no-checkpoint (ASYNC100) (#12896) 2024-08-15 01:02:57 +00:00
flake8_bandit Avoid false-positives for list concatenations in SQL construction (#12720) 2024-08-06 16:26:03 -04: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 [flake8-boolean-trap] Add setting for user defined allowed boolean trap (#10531) 2024-03-30 00:26:12 +00:00
flake8_bugbear [flake8_bugbear] message based on expression location [B015] (#12944) 2024-08-17 13:54:19 +02:00
flake8_builtins [flake8-builtins] Implement import, lambda, and module shadowing (#12546) 2024-07-29 01:42:42 +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] Do not lint async for comprehensions in unnecessary-comprehension-in-call (C419) (#12895) 2024-08-15 01:00:10 +00:00
flake8_datetimez Allow f-strings with %z for DTZ007 (#10651) 2024-03-29 09:57:13 +05:30
flake8_debugger
flake8_django
flake8_errmsg
flake8_executable
flake8_fixme
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 Enable token-based rules on source with syntax errors (#11950) 2024-07-02 08:57:46 +00: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 Avoid failures due to non-deterministic binding ordering (#10478) 2024-03-19 18:01:33 +00:00
flake8_logging_format Include inline instantiations when detecting loggers (#11154) 2024-04-25 21:00:12 -04:00
flake8_no_pep420
flake8_pie [flake8-pie] Preserve parentheses in unnecessary-dict-kwargs (#11372) 2024-05-11 18:04:54 -04:00
flake8_print
flake8_pyi [flake8-pyi] - add autofix for future-annotations-in-stub (PYI044) (#12676) 2024-08-05 22:27:55 -04:00
flake8_pytest_style [flake8-pytest-style] Fix single-tuple conversion in pytest-parametrize-values-wrong-type (#10862) 2024-04-10 14:20:09 -04:00
flake8_quotes Add semantic model flag when inside f-string replacement field (#10766) 2024-04-04 09:08:48 +05:30
flake8_raise
flake8_return Stabilize fixes for RET50{5-8} (#12840) 2024-08-14 18:15:45 +02: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] Further simplify to binary in preview for if-else-block-instead-of-if-exp (SIM108) (#12796) 2024-08-10 16:49:25 +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_type_checking Avoid treating dataclasses.KW_ONLY as typing-only (#12863) 2024-08-13 14:34:56 -04:00
flake8_unused_arguments
flake8_use_pathlib
flynt
isort Avoid marking required imports as unused (#12537) 2024-07-26 14:23:43 -04: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
pep8_naming [pep8-naming] Don't flag from imports following conventional import names (N817) (#12946) 2024-08-17 12:05:42 +00:00
perflint Ignore list-copy recommendations for async for loops (#11250) 2024-05-02 11:48:52 -07:00
pycodestyle Add newlines before comments in E305 (#12606) 2024-07-31 23:11:00 -04:00
pydoclint Don't enforce returns and yields in abstract methods (#12771) 2024-08-09 13:34:14 +00:00
pydocstyle [pydocstyle] Escaped docstring in docstring (D301 ) (#12192) 2024-07-18 18:36:05 -04:00
pyflakes Evaluate default parameter value in enclosing scope (#12852) 2024-08-13 19:25:49 +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] - remove AugAssign errors from self-cls-assignment (W0642) (#12957) 2024-08-18 15:31:09 +00:00
pyupgrade [pyupgrade] Show violations without auto-fix for UP031 (#11229) 2024-08-14 11:59:40 +00:00
refurb Avoid suggesting starmap when arguments are used outside call (#11830) 2024-06-10 17:10:06 -04:00
ruff [ruff] Implement check for Decimal called with a float literal (RUF032) (#12909) 2024-08-19 09:22:19 +00:00
tryceratops [tryceratops] Add BaseException to raise-vanilla-class rule (TRY002) (#12620) 2024-08-05 09:45:49 +01:00
__init__.py