Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 531 Bytes

codestyle.rst

File metadata and controls

18 lines (12 loc) · 531 Bytes

Code style

All projects in the Mopidy organization follows the following code style:

  • Automatically format all code with Ruff, using the default configuration.
  • Automatically sort imports using Ruff, using the default configuration.
  • As far as reasonable and possible, comply with the lint warnings produced by Ruff.

The strict adherence to Ruff are enforced by our CI setup. Pull requests that do not pass these checks will not be merged.