ruff/resources/test/fixtures
Charlie Marsh 930c3be69d
Ignore generators in flake8-return rules (#2126)
We could do a better job of handling them, but they cause too many false-positives right now.

Closes #2119.
2023-01-24 08:15:26 -05:00
..
eradicate Only allowlist noqa et al at the start of a comment (#1157) 2022-12-08 23:10:36 -05:00
filesystem Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
flake8_2020 Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
flake8_annotations Refactor import-tracking to leverage existing AST bindings (#1856) 2023-01-13 20:39:54 -05:00
flake8_bandit [`flake8-bandit`] Added Rule `S612` (Use of insecure `logging.config.listen`) (#2108) 2023-01-23 12:37:33 -05:00
flake8_blind_except Avoid flagging bare exception issues when exception is re-raised (#1124) 2022-12-07 10:37:08 -05:00
flake8_boolean_trap Extend false-positive list for flake8-boolean-trap (#1338) 2022-12-22 10:56:04 -05:00
flake8_bugbear [`flake8-bugbear`] Fix False Positives for `B024` & `B027` (#1851) 2023-01-13 11:46:17 -05:00
flake8_builtins [`flake8-builtins`] Add `builtins-ignorelist` Option (#2061) 2023-01-21 11:09:04 -05:00
flake8_commas Grammar fixes (#2014) 2023-01-20 07:44:23 -05:00
flake8_comprehensions Improve spacing preservation for `C405` fixes (#1855) 2023-01-13 13:11:08 -05:00
flake8_datetimez Fix false positive DTZ001 on `datetime(2000, 1, 1, 0, 0, 0, 0, utc)` (#1308) 2022-12-21 19:03:36 -05:00
flake8_debugger Move flake8-debugger tests into flake8-debugger subdirectory (#1286) 2022-12-18 22:06:42 -05:00
flake8_errmsg test: Fix `flake8-errmsg` snapshots (#1260) 2022-12-15 23:53:15 -05:00
flake8_executable Implement `EXE001` and `EXE002` from `flake8-executable` (#2118) 2023-01-24 08:02:47 -05:00
flake8_implicit_str_concat Implicit flake8-implicit-str-concat (#1463) 2022-12-29 23:00:55 -05:00
flake8_import_conventions ICN001 check from imports that have no alias (#2072) 2023-01-21 17:47:08 -05:00
flake8_no_pep420 Base `INP` check on package inference (#2079) 2023-01-21 19:49:56 -05:00
flake8_pie Add flake8-pie PIE800: no-unnecessary-spread (#1881) 2023-01-22 21:43:34 -05:00
flake8_print Avoid `T201` errors for `print(..., file=fp)`-like calls (#1287) 2022-12-19 00:10:07 -05:00
flake8_pytest_style Avoid checking row types for single-name @parametrize decorators (#2013) 2023-01-19 22:13:17 -05:00
flake8_quotes Implement autofix for flake8-quotes (#1810) 2023-01-12 12:42:28 -05:00
flake8_return Ignore generators in flake8-return rules (#2126) 2023-01-24 08:15:26 -05:00
flake8_simplify Avoid nested-if violations when outer-if has else clause (#2095) 2023-01-22 17:40:56 -05:00
flake8_tidy_imports Implement TID251 (banning modules & module members) (#1436) 2022-12-29 22:11:12 -05:00
flake8_type_checking Add scaffolding for `flake8-type-checking` extension (#2048) 2023-01-20 22:41:36 -05:00
flake8_unused_arguments Skip unused argument checks for magic methods (#1801) 2023-01-11 19:02:20 -05:00
flake8_use_pathlib feat: flake8-use-pathlib PTH100-124 (#2090) 2023-01-22 15:17:25 -05:00
isort Index source code upfront to power (row, column) lookups (#1990) 2023-01-21 17:56:11 -05:00
mccabe Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
pep8_naming [`pep8-naming`][`N806`] Don't mark `TypeVar` & `NewType` Assignment as Errors (#2085) 2023-01-22 12:54:13 -05:00
pycodestyle Add support for pycodestyle E101 (#2038) 2023-01-20 17:24:58 -05:00
pydocstyle fix: issue D401 only for non-test/property functions and methods (#2071) 2023-01-22 14:24:59 -05:00
pyflakes Avoid flagging redefined imports as unused in same-scope (#2065) 2023-01-21 12:50:21 -05:00
pygrep-hooks Refactor import-tracking to leverage existing AST bindings (#1856) 2023-01-13 20:39:54 -05:00
pylint Enable suppression of magic values by type (#1987) 2023-01-18 20:44:24 -05:00
pyupgrade Escape curly braces when converting .format() strings (#2112) 2023-01-23 14:11:24 -05:00
ruff Avoid flagging redefined imports as unused in same-scope (#2065) 2023-01-21 12:50:21 -05:00
tryceratops feat: implement TRY301 (#2113) 2023-01-24 07:25:26 -05:00
README.md Enable configuration files to "extend" other configuration files (#1219) 2022-12-12 20:28:22 -05:00
pyproject.toml [`flake8-builtins`] Add `builtins-ignorelist` Option (#2061) 2023-01-21 11:09:04 -05:00

README.md

fixtures

Fixture files used for snapshot testing.