.deepsource.toml
configuration file are executed. Any changes that are detected are then committed back to the same branch. Refer to the respective’s language’s section for details on the transformers that are available for each language and it’s .deepsource.toml
configuration.
In cases where changes are made directly to the default branch without a pull request, a new pull request is automatically generated with the necessary transformations. This process ensures that any code changes made to the repository are consistently formatted and meet established standards, regardless of the method of modification.
.deepsource.toml
file on the default branch, the entire codebase is transformed. However, subsequent to this initial transformation, only files that have been added or modified in a commit, pull request, or merge request are transformed.