Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pyup chokes with 500 when facing .pyup.yml config file using strict syntax #346

Open
ssbarnea opened this issue Apr 18, 2019 · 1 comment
Labels
bug considering Under consideration

Comments

@ssbarnea
Copy link

I am not sure what YAML loader is used but pyup, but when I sorted all YAML warnings identified by yamllint inside the .pyup.yml I realised that https://pyup.io started to give 500 Internal Server Error instead of loading them.

Example: https://pyup.io/account/repos/github/ssbarnea/molecule/settings/

The config file can be seen at ssbarnea/molecule@575c588 and mainly is sorting two type of issues.

a) Use of standard boolean values true and false (lowercase) instead of the older syntax which was giving too much freedom (reported as truthy warnings by yamllint)

b) normalized identation.

pyup should not only accept these standard yaml files but should also document use of correct boolean addresses fro YAML files.

@rafaelpivato
Copy link
Contributor

We certainly need to enhance our YAML handling. Thanks for reporting this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug considering Under consideration
Projects
None yet
Development

No branches or pull requests

2 participants