blakeNaccarato / copier-python

Copier template for Python projects
https://blakenaccarato.github.io/copier-python/
MIT License
4 stars 0 forks source link

Fix splatting in Windows install script in contributing guide #413

Closed blakeNaccarato closed 2 months ago

blakeNaccarato commented 2 months ago

Description

Motivation and context

Test plan

Checklist

Terms

Summary by Sourcery

This pull request fixes the splatting syntax in the Windows install script in the contributing guide, ensuring the script executes correctly. The contributing guide documentation has been updated accordingly.

sourcery-ai[bot] commented 2 months ago

Reviewer's Guide by Sourcery

This pull request addresses an issue with the Windows install script in the contributing guide by fixing the splatting syntax. The changes involve modifying the PowerShell command to use a single string for the override parameters instead of an array. Additionally, a changelog entry has been added to document this fix.

File-Level Changes

Files Changes
template/docs/contributing.md.jinja
changelog/413.change.md
Fixed the splatting issue in the Windows install script and added a corresponding changelog entry.

Tips - Trigger a new Sourcery review by commenting `@sourcery-ai review` on the pull request. - You can change your review settings at any time by accessing your [dashboard](https://sourcery.ai/dashboard): - Enable or disable the Sourcery-generated pull request summary or reviewer's guide; - Change the review language; - You can always [contact us](mailto:support@sourcery.ai) if you have any questions or feedback.