[x] My code follows the style guidelines of this project
[x] I have performed a self-review of my code
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
[x] All user facing changes have been added to CHANGELOG.md
Type of change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
List of related issues or pull requests**
Refs:
580
Describe the changes made in this pull request
Running ruff check should pass without the --fix option.
This changes to test that verifies this and updates the files in the
template that would cause the test to fail. Namely, some single-quoted
strings were changed to double-quoted strings.
Checklist before requesting a review
Type of change
Please delete options that are not relevant.
List of related issues or pull requests**
Refs:
580
Describe the changes made in this pull request
Running
ruff check
should pass without the--fix
option. This changes to test that verifies this and updates the files in the template that would cause the test to fail. Namely, some single-quoted strings were changed to double-quoted strings.Instructions to review the pull request
Install the requirements
Create a new package using the template
Run the tests