codemagic-ci-cd / cli-tools

Various utilities to managing Android and iOS app builds, code signing, and deployment.
https://codemagic.io/start/
GNU General Public License v3.0
243 stars 42 forks source link

Formatting: Configure Black and Ruff in project settings #327

Closed priitlatt closed 1 year ago

priitlatt commented 1 year ago

To eliminate code-style related discussions from PR reviews it is better to have some fixed standard that has to be followed.

This PR itself does not apply the changes on codebase in order to maintain traceability of the changes.

Prerequisite for PR #328.

CI runs are expected to fail on this PR as no code changes have been applied to make Black or Ruff checks pass.