diff --git a/README.md b/README.md index 45b48ced..f359a6fd 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,11 @@ Code licensed under the Apache 2.0 license. See [LICENSE](LICENSE) for terms. Check the file `screwdriver.yaml` to see which packages and environment variables need to be set to run unit and integration tests. +## Code format + +This repo uses the default configuration of [Black](https://github.com/psf/black) to +standardize code formatting. + ## Release instructions We currently release new pyvespa versions manually.