The rules found in the locations listed below need to have a ## Fix safety section added to their doc comment to explain whether and why their fix is sometimes or always unsafe.
If you're interested in picking any of these up then first of all - thank you, it's a big help! To help make the review process quick and get your PR merged, please include the following information in your PR:
- (In your PR summary) A link to the PR where the fix was introduced and/or made unsafe
- (In your PR summary) If present, a link to a comment in the original PR or in the codebase where some reasoning is given around the safety
- In your PR summary) If possible, a code sample demonstrating the unsafety
- (In the section on fix safety) Please distinguish between whether the fix is always unsafe or sometimes unsafe.
- (In your section on fix safety) Be sure to double check grammar and spelling!
Thank you again!
Checklist of rules
The rules found in the locations listed below need to have a
## Fix safetysection added to their doc comment to explain whether and why their fix is sometimes or always unsafe.If you're interested in picking any of these up then first of all - thank you, it's a big help! To help make the review process quick and get your PR merged, please include the following information in your PR:
Thank you again!
Checklist of rules
ruff] add fix safety section (RUF028) #17722)ruff] add fix safety section (RUF007) #17755)pylint] add fix safety section (PLE4703) #17824)pylint] add fix safety section (PLC2801) #17825)pylint] add fix safety section (PLW3301) #17878)flake8-bugbear] Add fix safety section (B006) #17652)flake8-simplify] add fix safety section (SIM103) #18086)FastAPI] Document fix safety forFAST001#22655)pyupgrade] Add fix safety section to docs (UP030) #17443)pyupgrade] Add fix safety section to docs (UP036) #17444)pyupgrade] Add fix safety section to docs (UP008,UP022) #17441)pyupgrade] Add fix safety section to docs (UP008,UP022) #17441)pyflakes] Add fix safety section to docs (F601,F602) #17440)pyflakes] Add fix safety section (F841) #17410)