Have you done linting by issuing pre-commit run --all-files command?
[x] Yes
[ ] No, I need help with linting
Testing
Have you run testing by issuing pytest command?
[x] Yes
[ ] No, I need help with writing tests
Documentation
Have you updated the README appropriate for this PR?
[x] Yes
[ ] No, README does not need any changes for this PR
Changelog
Have you updated the CHANGELOG with the changes you are making in this PR?
Please use Added, Removed, and/or Changed subsections under the Unreleased section.
[x] Yes
[ ] No, I need help
Terms of Contribution
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.
What type of PR is this? (check all applicable)
Description
Related Tickets & Documents
Linting
Have you done linting by issuing
pre-commit run --all-files
command?Testing
Have you run testing by issuing
pytest
command?Documentation
Have you updated the README appropriate for this PR?
Changelog
Have you updated the CHANGELOG with the changes you are making in this PR? Please use Added, Removed, and/or Changed subsections under the Unreleased section.
Terms of Contribution
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.