cookie
cookie copied to clipboard
Scientific Python Library Development Guide and Cookiecutter
I think cookie should add a copyleft license as an option. I've opted for AGPLv3+, because 1) It is like GPLv3, but also covers the nowadays important case of serving...
Update the versions mentioned in the docs pages. PR generated by "Update dependencies" [workflow](https://github.com/scientific-python/cookie/actions/runs/8964804109). Close and reopen to trigger ci.
Just noticed in one of my projects that there isn't a badge for code coverage. I can open a PR if you're interested.
* PyPI Trusted Publisher support now includes GitLab CI/CD, so use generated OIDC tokens to publish to TestPyPI or PyPI as needed in GitLab pipelines. - c.f. https://blog.pypi.org/posts/2024-04-17-expanding-trusted-publisher-support/
Bumps the actions group with 1 update: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance). Updates `actions/attest-build-provenance` from 1.1.2 to 1.3.2 Release notes Sourced from actions/attest-build-provenance's releases. v1.3.2 What's Changed Bump actions/attest from 1.3.1 to 1.3.2 by...
Update the versions mentioned in the docs pages. PR generated by "Update dependencies" [workflow](https://github.com/scientific-python/cookie/actions/runs/9834338898). Close and reopen to trigger ci.
The `prettier` pre-commit hook has been [deprecated](https://github.com/pre-commit/pre-commit.com/pull/953) and the [repo](https://github.com/pre-commit/mirrors-prettier) has been archived since `prettier` made some breaking changes.
updates: - [github.com/adamchainz/blacken-docs: 1.16.0 → 1.18.0](https://github.com/adamchainz/blacken-docs/compare/1.16.0...1.18.0) - [github.com/pre-commit/mirrors-prettier: v3.1.0 → v4.0.0-alpha.8](https://github.com/pre-commit/mirrors-prettier/compare/v3.1.0...v4.0.0-alpha.8)
I noticed the CI test doesn't use `nox`, which is the testing framework in this cookie. https://github.com/scientific-python/cookie/blob/88dc8212f740783d4a74b239429c35950a73a8bd/%7B%7Bcookiecutter.project_name%7D%7D/.github/workflows/ci.yml#L73-L74
See https://github.com/scientific-python/specs/pull/324