Update pydocstyle in pre-commit config#108
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #108 +/- ##
=======================================
Coverage 77.93% 77.93%
=======================================
Files 23 23
Lines 1867 1867
=======================================
Hits 1455 1455
Misses 412 412 ☔ View full report in Codecov by Sentry. |
Sorry, I don't get this, could you kindly explain? Is the commit in |
|
@fkiraly the issue is in pydocstyle itself. They already have a fix, but it is not released yet. So this is using prior patch version until the new one is out. While reading their documentation, I also saw their change with toml parsing and figured I'd update to follow their suggested approach for installing their optional dependency. |
Reference Issues/PRs
There was a commit in
pydocstylev6.2.3 that has since been reverted. Version 6.2.4 has not yet been released, so this reverts back to 6.2.2.Also updating additional dependency section to make use of extra dependency installation. Note that
pydocstyleswitched to using tomli/tomllib for toml parsing instead of toml. Their "extra" install maps this automatically.