ContributingΒΆ
To contribute, please publish a PR and:
Keep within the existing style of black. The known working version is:
~24.0.-
If possible prefix your commit with the affected subsystem and colon. For instance, if modifying docs do
docs: my commit message.
Run
ruff checkand fix any issues.Agree to DCO (https://developercertificate.org/) by signing off your commit with git option
-sor--sign-off.Optionally, sign your commit with
-Sor--gpg-sign.Write a test.