Skip to content

Commit cc89bbf

Browse files
authored
Build(deps-dev): Bump pydoclint from 0.7.6 to 0.8.3 (#101)
Bumps [pydoclint](https://github.com/jsh9/pydoclint) from 0.7.6 to 0.8.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/jsh9/pydoclint/releases">pydoclint's releases</a>.</em></p> <blockquote> <h2>0.8.3</h2> <h2>What's Changed</h2> <ul> <li>Fix baseline renegeration bug by <a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/275">jsh9/pydoclint#275</a></li> <li>Add config option to allow omitting stars in varargs by <a href="https://github.com/jsh9"><code>@​jsh9</code></a>: <ul> <li><a href="https://redirect.github.com/jsh9/pydoclint/pull/276">jsh9/pydoclint#276</a></li> <li><a href="https://redirect.github.com/jsh9/pydoclint/pull/277">jsh9/pydoclint#277</a></li> </ul> </li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.8.2...0.8.3">https://github.com/jsh9/pydoclint/compare/0.8.2...0.8.3</a></p> <h2>0.8.2</h2> <h2>What's Changed</h2> <ul> <li>Add ability to partially match violation codes by <a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/272">jsh9/pydoclint#272</a></li> <li>Fix how multiple <strong>init</strong>() are recognized by <a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/273">jsh9/pydoclint#273</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.8.1...0.8.2">https://github.com/jsh9/pydoclint/compare/0.8.1...0.8.2</a></p> <h2>0.8.1</h2> <h2>What's Changed</h2> <ul> <li>Change logic to detect docstring style mismatch by <a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/271">jsh9/pydoclint#271</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.8.0...0.8.1">https://github.com/jsh9/pydoclint/compare/0.8.0...0.8.1</a></p> <h2>0.8.0</h2> <h2>What's Changed</h2> <ul> <li>Add inline violation suppression for native mode by <a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/270">jsh9/pydoclint#270</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.7.6...0.8.0">https://github.com/jsh9/pydoclint/compare/0.7.6...0.8.0</a></p> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jsh9/pydoclint/blob/main/CHANGELOG.md">pydoclint's changelog</a>.</em></p> <blockquote> <h2>[0.8.3] - 2025-11-26</h2> <ul> <li>Added <ul> <li>A new config option <code>--omit-stars-when-documenting-varargs</code> (shortform: <code>-oswdv</code>) so docstrings may describe varargs without the leading <code>*</code> characters (<a href="https://redirect.github.com/jsh9/pydoclint/issues/268">jsh9/pydoclint#268</a>)</li> </ul> </li> <li>Fixed <ul> <li>A bug where <code>--auto-regenerate-baseline</code> removes entries of files that have not yet been fixed (<a href="https://redirect.github.com/jsh9/pydoclint/issues/274">jsh9/pydoclint#274</a>)</li> </ul> </li> <li>Full diff <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.8.2...0.8.3">https://github.com/jsh9/pydoclint/compare/0.8.2...0.8.3</a></li> </ul> </li> </ul> <h2>[0.8.2] - 2025-11-21</h2> <ul> <li>Added <ul> <li>Ability to partially match violation codes in inline <code>noqa</code> in the native mode (which <em>flake8</em> already supports)</li> </ul> </li> <li>Fixed <ul> <li>A bug: when there are more than one <code>__init__()</code> in a class (overloaded), the first <code>__init__()</code> is incorrectly recognized as the &quot;right&quot; one. (The last <code>__init__()</code> should be considered the right one.)</li> </ul> </li> <li>Full diff <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.8.1...0.8.2">https://github.com/jsh9/pydoclint/compare/0.8.1...0.8.2</a></li> </ul> </li> </ul> <h2>[0.8.1] - 2025-11-03</h2> <ul> <li>Changed <ul> <li>The logic to detect docstring style mismatches, fixing a false positive case where non-Sphinx style docstrings are detected as Sphinx style (because there are some rST keywords in them)</li> </ul> </li> <li>Full diff <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.8.0...0.8.1">https://github.com/jsh9/pydoclint/compare/0.8.0...0.8.1</a></li> </ul> </li> </ul> <h2>[0.8.0] - 2025-11-03</h2> <ul> <li>Added <ul> <li>New functionality: <em>pydoclint</em> native mode can parse &quot;noqa&quot; comments and thus users can suppress violations in the native mode.</li> </ul> </li> <li>Full diff <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.7.6...0.8.0">https://github.com/jsh9/pydoclint/compare/0.7.6...0.8.0</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsh9/pydoclint/commit/98bb10c4e73a050e31471409df8edfaeb88befb8"><code>98bb10c</code></a> Add config option to allow omitting stars in varargs (<a href="https://redirect.github.com/jsh9/pydoclint/issues/277">#277</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/c37407d03df27b4c37b31e697fd474377c3c4efc"><code>c37407d</code></a> Fix baseline renegeration bug (<a href="https://redirect.github.com/jsh9/pydoclint/issues/276">#276</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/3386cd2ad39784792a0d39d942dd4b26960c2a27"><code>3386cd2</code></a> Fix baseline renegeration bug (<a href="https://redirect.github.com/jsh9/pydoclint/issues/275">#275</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/8c1081806da276917ac686a12f0c435414955da0"><code>8c10818</code></a> Fix how multiple <strong>init</strong>() are recognized (<a href="https://redirect.github.com/jsh9/pydoclint/issues/273">#273</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/51435e3714765f9d4b220c868ab185670f3bb14b"><code>51435e3</code></a> Add ability to partially match violation codes (<a href="https://redirect.github.com/jsh9/pydoclint/issues/272">#272</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/e361239034992fbceac83994e47a40a5e7ecf3ea"><code>e361239</code></a> Change logic to detect docstring style mismatch (<a href="https://redirect.github.com/jsh9/pydoclint/issues/271">#271</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/bf4c4021dccf832777452e05e94f98a36c59636b"><code>bf4c402</code></a> Add hyperlink</li> <li><a href="https://github.com/jsh9/pydoclint/commit/a7585273e2b3c8e84a1883d33a168519947c807f"><code>a758527</code></a> Update --check-style-mismatch explanations in config_options.md</li> <li><a href="https://github.com/jsh9/pydoclint/commit/e8ffd8988fe57ce4dc8a0625c3281b24ca396240"><code>e8ffd89</code></a> Add inline violation suppression for native mode (<a href="https://redirect.github.com/jsh9/pydoclint/issues/270">#270</a>)</li> <li>See full diff in <a href="https://github.com/jsh9/pydoclint/compare/0.7.6...0.8.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pydoclint&package-manager=pip&previous-version=0.7.6&new-version=0.8.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents 7b5adcd + 98356a3 commit cc89bbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev-flake8 = [
4545
"flake8 == 7.3.0",
4646
"flake8-docstrings == 1.7.0",
4747
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
48-
"pydoclint == 0.7.6",
48+
"pydoclint == 0.8.3",
4949
"pydocstyle == 6.3.0",
5050
]
5151
dev-formatting = ["black == 25.9.0", "isort == 6.0.1"]

0 commit comments

Comments
 (0)