matplotlib-extension-cookiecutter
matplotlib-extension-cookiecutter copied to clipboard
A fairly opinionated cookiecutter for making a Matplotlib extension
1. Automated `git init` and first comit 2. More versioning schemes (default is now `setuptools_scm` 3. added pre-commit config @tlambert03 this draws heavily from your pyrepo-cookiecutter (and the pre-commit from...
check if codespell action detects the typos
basically whatever napari does because that works super smooth: https://github.com/napari/napari/blob/master/.pre-commit-config.yaml
could also check that the generated package runs without error and that the docs build properly.
do python projects need one? idk, but it seems like many do. Probably should add one
Apply recommended hardening steps including: - pinning to a SHA any actions used - not persisting the read token on checkout - setting the default permissions - adding a depandabot...