ruff/scripts
Douglas Thor 0726e82342
[pyflakes] Update docs to describe WAI behavior (F541) (#11362)
Addresses this comment:
https://github.com/astral-sh/ruff/issues/11357#issuecomment-2104714029


## Summary

The docs for F541 did not mention some surprising, but WAI, behavior
regarding implicit string concatenation. Update the docs to describe the
behavior.

Here's how things rendered for me locally:


![image](https://github.com/astral-sh/ruff/assets/5386897/32067121-b190-4268-b987-ff37df11a618)
2024-05-10 19:10:34 +00:00
..
benchmarks Bump version to v0.4.4 (#11352) 2024-05-09 17:00:46 +00:00
fuzz-parser Add a daily workflow to fuzz the parser with randomly selected seeds (#11203) 2024-04-29 17:54:17 +01:00
release Add release script (#10305) 2024-03-11 16:26:21 -05:00
Dockerfile.ecosystem Remove outdated feature flag from Dockerfile.ecosystem (#4620) 2023-05-24 08:19:08 +00:00
_mdformat_utils.py Add a formatting step using `mdformat` as part of `generate_mkdocs.py` (#10484) 2024-03-21 00:37:40 +00:00
_utils.py Use `__future__` imports in scripts (#5301) 2023-06-22 11:40:16 -04:00
add_plugin.py Update pre-commit dependencies (#11195) 2024-04-29 08:40:21 +00:00
add_rule.py [`refurb`] Implement `write-whole-file` (`FURB103`) (#10802) 2024-04-11 14:21:45 +05:30
check_docs_formatted.py [pyflakes] Update docs to describe WAI behavior (F541) (#11362) 2024-05-10 19:10:34 +00:00
check_ecosystem.py Select fewer ruff rules when linting Python files in `scripts/` (#11034) 2024-04-19 12:33:36 +01:00
ecosystem_all_check.py Update pre-commit dependencies (#10698) 2024-04-06 23:00:41 +00:00
ecosystem_all_check.sh Rename `Autofix` to `Fix` (#7657) 2023-09-28 10:53:05 +00:00
ecosystem_all_check_entrypoint.sh Make ecosystem all check more generic (#4629) 2023-05-24 16:26:23 +02:00
formatter_ecosystem_checks.sh Fix the ecosystem check (#10155) 2024-02-28 17:42:06 +00:00
generate_known_standard_library.py Update pre-commit dependencies (#10698) 2024-04-06 23:00:41 +00:00
generate_mkdocs.py Update pre-commit dependencies (#10698) 2024-04-06 23:00:41 +00:00
pyproject.toml Select fewer ruff rules when linting Python files in `scripts/` (#11034) 2024-04-19 12:33:36 +01:00
transform_readme.py Update pre-commit dependencies (#10698) 2024-04-06 23:00:41 +00:00
update_ambiguous_characters.py Update pre-commit dependencies (#10698) 2024-04-06 23:00:41 +00:00
update_schemastore.py Update pre-commit dependencies (#10698) 2024-04-06 23:00:41 +00:00