ruff/resources/test/fixtures
Harutaka Kawamura f7bb5bc858
Remove F831 (#1495)
2022-12-30 23:57:51 -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 Avoid flagging ANN errors in @overload implementations (#1110) 2022-12-06 12:46:38 -05:00
flake8_bandit Escape strings when formatting check messages (#1493) 2022-12-30 22:11:01 -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 Avoid converting expression to statement in invald contexts (#1239) 2022-12-14 13:57:25 -05:00
flake8_builtins Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
flake8_comprehensions Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -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_implicit_str_concat Implicit flake8-implicit-str-concat (#1463) 2022-12-29 23:00:55 -05:00
flake8_import_conventions Implement `flake8-import-conventions` (#1098) 2022-12-06 16:01:17 -05:00
flake8_print Avoid `T201` errors for `print(..., file=fp)`-like calls (#1287) 2022-12-19 00:10:07 -05:00
flake8_quotes Implement the `flake8-quotes` plugin (#495) 2022-10-28 17:52:11 -04:00
flake8_return Fix false-positive in RET504 when referencing globals (#1358) 2022-12-24 12:02:57 -05:00
flake8_simplify Implement SIM118 (key in dict) of flake8-simplify (#1195) 2022-12-11 10:05:11 -05:00
flake8_tidy_imports Implement TID251 (banning modules & module members) (#1436) 2022-12-29 22:11:12 -05:00
flake8_unused_arguments Ignore unused arguments for @overload stubs (#1373) 2022-12-25 17:22:31 -05:00
isort Detect line endings and use them during code generation (#1482) 2022-12-30 12:59:40 -05:00
mccabe Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
pep8_naming Split test fixtures up by plugin (#985) 2022-12-01 13:33:33 -05:00
pycodestyle Don't trigger E721 when comparing with None (#1356) 2022-12-24 04:45:40 -05:00
pydocstyle Allow specification of explicit docstring convention (#1408) 2022-12-27 11:50:28 -05:00
pyflakes Remove F831 (#1495) 2022-12-30 23:57:51 -05:00
pygrep-hooks [pygrep-hooks] Adds Check for Blanket `# noqa` (#1440) 2022-12-29 12:43:16 -05:00
pylint Avoid used-prior-global-declaration false-positives in f-strings (#1314) 2022-12-21 14:34:09 -05:00
pyupgrade Removed unicode literals (#1448) 2022-12-29 20:11:33 -05:00
ruff Support multi-line `noqa` directives for 'import from' (#1479) 2022-12-30 11:16:50 -05:00
README.md Enable configuration files to "extend" other configuration files (#1219) 2022-12-12 20:28:22 -05:00
pyproject.toml Implement TID251 (banning modules & module members) (#1436) 2022-12-29 22:11:12 -05:00

README.md

fixtures

Fixture files used for snapshot testing.