1.0.0
Changes include:
- adding more pre-commit hooks (
black
,isort
,nbQA
) - adding more tests to check contributions to
govcookiecutter
- bug fixing
.envrc
- removing local tables of contents (not rendering well in Sphinx)
- modifying references to indicate public sector usage
- adding Python and R requirements
- adding links to the YouTube presentation
- consolidating
coverage
andpytest
configuration files into apyproject.toml
file - adding minor fixes for Windows compatibility, including references indicating support for Windows users
- adding a data log to the
aqa
folder - adding a pull request template for
govcookiecutter
- streamlining and clarifying pre-commit hooks, removed unnecessary hooks at the parent level (e.g. Jupyter notebook hooks)
- adding GitHub Actions for continuous integration