-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-102136: Add -m to options that work with -i #119271
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
Conversation
Thanks @melaniearbor |
Thanks @melaniearbor for the PR, and @willingc for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Thanks @melaniearbor for the PR, and @willingc for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
* pythonGH-102136: Add -m to options that work with -i * Linting (cherry picked from commit 1726902) Co-authored-by: Melanie Arbor <hellomelaniec@gmail.com>
* pythonGH-102136: Add -m to options that work with -i * Linting (cherry picked from commit 1726902) Co-authored-by: Melanie Arbor <hellomelaniec@gmail.com>
GH-119285 is a backport of this pull request to the 3.13 branch. |
GH-119286 is a backport of this pull request to the 3.12 branch. |
* pythonGH-102136: Add -m to options that work with -i * Linting
Issue 102136 pointed out that
-m
is not mentioned in the section that talks about-i
, when-i
actually does work when used in conjunction with-m
. This PR updates the documentation to include the-m
flag.Before:

After:

📚 Documentation preview 📚: https://cpython-previews--119271.org.readthedocs.build/