1 file changed
+1
-1
lines changed- .github/workflows/reusable-cookie.yml+3-14
- .pre-commit-config.yaml+2-2
- README.md+1-1
- docs/_includes/pyproject.md+1-2
- docs/pages/guides/coverage.md+1-1
- docs/pages/guides/gha_basic.md+2-2
- docs/pages/guides/packaging_classic.md+2-3
- docs/pages/guides/packaging_compiled.md+2-2
- docs/pages/guides/style.md+7-7
- docs/pages/guides/tasks.md+2-2
- tests/packages/ruff_extend/ruff.toml+1-1
- {{cookiecutter.project_name}}/.github/workflows/ci.yml+2-2
- {{cookiecutter.project_name}}/.pre-commit-config.yaml+4-4
- {{cookiecutter.project_name}}/pyproject.toml+4-5
- {{cookiecutter.project_name}}/{% if cookiecutter.__ci=='gitlab' %}.gitlab-ci.yml{% endif %}+2-2
- {{cookiecutter.project_name}}/{% if cookiecutter.backend=='maturin' %}Cargo.toml{% endif %}+2-2
- {{cookiecutter.project_name}}/{% if cookiecutter.backend=='setuptools' %}setup.cfg{% endif %}+1-2
0 commit comments