Sourcery Suggestions¶
These are the suggestions currently available in Sourcery.
If you hover over a Sourcery suggestion proposal you can see its Sourcery Proposal ID.
If you want to disable any of the suggestions in a specific function add in the
comment # sourcery skip
followed by the proposal id. To skip it across your
whole project add it into the refactor skips section of your Sourcery config
file.
To disable all suggestions and only see refactorings and comments, unselect the
rule type "suggestions" in your editor config. You can also set the rule_types
property in the .sourcery.yaml
config file.
If you have any questions about any of these suggestions or have suggestions for new ones please reach out to us.