add instructions on how to format code when contributing to this repo

This commit is contained in:
kaiffeetasse
2020-08-01 01:48:46 +02:00
parent a9f0d52249
commit ef6efd2547

View File

@@ -68,3 +68,4 @@ Conditions:
- Bugfixes created specifically for a release branch are done there (because they are specific, they're not cherry-picked to `develop`).
- Bugfixes done on `develop` may be cherry-picked to a release branch.
- We will not release a 1.0.2 if a 1.1.0 has already been released.
- Code must be formatted with [black code formatter](https://github.com/psf/black): `black sabnzbd --line-length=120 --target-version=py35`