Closed parisosuch-dev closed 1 year ago
Kudos, SonarCloud Quality Gate passed!
Thanks for the suggestion but this would need to be done collectively for all of the XlsxWriter APIs. That is planned for the future see #1028.
Thanks for the suggestion but this would need to be done collectively for all of the XlsxWriter APIs. That is planned for the future see #1028.
Understandable. Going to go ahead and close this PR out. Would something such as PR that adds type hinting and checking for all of the files in the python module suffice? I would be more than happy to help make that happen.
Would something such as PR that adds type hinting and checking for all of the files in the python module suffice? I would be more than happy to help make that happen.
Thanks for the offer but it is probably something that I need to tackle myself since there will be a lot of secondary refactoring to do at the same time.
Example
This raises an error
Explanation
The reason for this addition is that the error trace for the argument type occurs in the
_check_dimensions()
comparison operand rather than in the parent function that calls it. Better error tracing and explanations make everyone happier!