sourcery-ai / sourcery

Instant AI code reviews
https://sourcery.ai
MIT License
1.54k stars 68 forks source link

Proxy Configuration documentation has incorrect example #365

Open kkirsche opened 1 year ago

kkirsche commented 1 year ago

Checklist

Description

https://docs.sourcery.ai/Reference/Configuration/Proxy/#ssl_certs_file

The example:

proxy:
  url: /path/to/cafile.pem

for ssl_certs_file should be:

proxy:
  ssl_certs_file: /path/to/cafile.pem