Whenever I push my code to the repository, autofix-bot adds an extra commit automatically.
Is there an option to stop that
These commits are created because DeepSource Transformers (automated code formatters) are enabled in your repository. To disable automated code formatting, you should remove [transformers]
blocks from .deepsource.toml
file.
Got it, Thanks for the reply @jai .
If I remove these transformers from the configuration file, will it suggest styling changes.
Issues related to style will be detected by default for the configured analyzers. Disabling transformers
will only disable the automated style fixes.