jsh9 / pydoclint

A Python docstring linter that checks arguments, returns, yields, and raises sections
https://pypi.org/project/pydoclint/
MIT License
151 stars 15 forks source link

Switch from tab to 4 spaces in baseline #152

Closed cidrblock closed 3 months ago

cidrblock commented 4 months ago

Switch from a tab to 4 spaces in the baseline file for each violation.

Given the strip() in the parseBaseline function, there should be no issue with backward compatiblity.

This is confirmed with an additional test added.

Closes #143

cidrblock commented 4 months ago

@jsh9 Any hints here? I don't have easy access to a windows box to sort the path issue.

Any guidence appreciated. - brad

jsh9 commented 3 months ago

Thank you so much for making this change! Sorry it took me a while to finally get to it.

I'll publish it in a new version in the next 1-2 days.

cidrblock commented 3 months ago

Thanks for the cleanup and style fixes.