datamade / how-to

📚 Doing all sorts of things, the DataMade way
MIT License
88 stars 12 forks source link

Bug fix: rename `env.example` and `pre-commit-config.yaml` #304

Closed fgomez828 closed 1 year ago

fgomez828 commented 1 year ago

Overview

This PR fixes a naming bug, renaming env.example to .env.example and pre-commit-config.yaml to .pre-commit-config.yaml for new-wagtail-app cookiecutter

Notes

These bugs caused the CI for the CRP project setup to fail.

To CI pass with these changes made, see the commit history for the main branch of the CRP app: https://github.com/datamade/crp-transparency/commits/main

I fixed linting errors manually since the pre-commit hooks weren't running.

Testing Instructions