Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in docs of PLR6301 #7831

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

timobrembeck
Copy link
Contributor

Summary

The example code for PLR6301 (no-self-use) contains f-strings without placeholder expressions, which is discouraged according to F541 (f-string-missing-placeholders).
For such a trivial change, I didn't open a separate issue.

@charliermarsh charliermarsh added the documentation Improvements or additions to documentation label Oct 5, 2023
@charliermarsh charliermarsh enabled auto-merge (squash) October 5, 2023 20:55
@charliermarsh
Copy link
Member

Thank you! Much appreciated.

@charliermarsh charliermarsh merged commit 1dd5deb into astral-sh:main Oct 5, 2023
16 checks passed
@github-actions
Copy link
Contributor

github-actions bot commented Oct 5, 2023

PR Check Results

Ecosystem

✅ ecosystem check detected no changes.

@timobrembeck timobrembeck deleted the plr6301-docs-typo branch October 5, 2023 21:51
konstin pushed a commit that referenced this pull request Oct 11, 2023
## Summary
The example code for [PLR6301
(no-self-use)](https://docs.astral.sh/ruff/rules/no-self-use/#example)
contains f-strings without placeholder expressions, which is discouraged
according to [F541
(f-string-missing-placeholders)](https://docs.astral.sh/ruff/rules/f-string-missing-placeholders/).
For such a trivial change, I didn't open a separate issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants