pyOpenSci / cookiecutter-pyopensci

SOON TO BE DEPRECATED! Cookiecutter template for a pyOpenSci Python package.
https://cookiecutter-pyopensci.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
14 stars 7 forks source link

Invalid .pyup.yml detected #14

Open pyup-bot opened 4 years ago

pyup-bot commented 4 years ago

The bot encountered an error in your .pyup.yml config file:

  in "<unicode string>", line 3, column 3:
      - requirements_dev.txt
      ^
expected <block end>, but found '<scalar>'
  in "<unicode string>", line 4, column 34:
      - {{cookiecutter.project_slug}}/requirements_dev.txt
                                     ^

You can validate it with this online YAML parser or by taking a look at the Documentation.