How to stop auto-fix bot auto commits

Whenever I push my code to the repository, autofix-bot adds an extra commit automatically.
Is there an option to stop that
Screenshot 2024-08-09 160522

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.