Skip to content

Commit 6b18060

Browse files
authored
Bump pydoclint from 0.6.6 to 0.7.3 (#456)
Bumps [pydoclint](https://github.com/jsh9/pydoclint) from 0.6.6 to 0.7.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.7.3</h2> <h2>What's Changed</h2> <ul> <li>Properly ignore in-line comments in doc type hints by <a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/260">jsh9/pydoclint#260</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.7.2...0.7.3">https://github.com/jsh9/pydoclint/compare/0.7.2...0.7.3</a></p> <h2>0.7.2</h2> <h2>What's Changed</h2> <ul> <li>Fix comment handling in type hints by <a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/259">jsh9/pydoclint#259</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.7.1...0.7.2">https://github.com/jsh9/pydoclint/compare/0.7.1...0.7.2</a></p> <h2>0.7.1</h2> <h2>What's Changed</h2> <ul> <li>Add check-arg-defaults support for Google style by <a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/258">jsh9/pydoclint#258</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.7.0...0.7.1">https://github.com/jsh9/pydoclint/compare/0.7.0...0.7.1</a></p> <h2>0.7.0</h2> <h3>New Feature</h3> <p>A new config option <code>--check-arg-default</code> (default: False) to check consistency of argument defaults (between docstring and function signature)</p> <ul> <li>Full diff <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.6.11...0.7.0">https://github.com/jsh9/pydoclint/compare/0.6.11...0.7.0</a></li> </ul> </li> </ul> <h2>0.6.11</h2> <h2>What's Changed</h2> <ul> <li>Fix bug in isShortDocstring by <a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/256">jsh9/pydoclint#256</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.6.10...0.6.11">https://github.com/jsh9/pydoclint/compare/0.6.10...0.6.11</a></p> <h2>0.6.10</h2> <h2>What's Changed</h2> <ul> <li>Migrate from setup.cfg/py to pyproject.toml by <a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/251">jsh9/pydoclint#251</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.6.9...0.6.10">https://github.com/jsh9/pydoclint/compare/0.6.9...0.6.10</a></p> <h2>0.6.9</h2> <h2>What's Changed</h2> <ul> <li>Fix output formatting bug with blank lines during redirection by <a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/250">jsh9/pydoclint#250</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.6.8...0.6.9">https://github.com/jsh9/pydoclint/compare/0.6.8...0.6.9</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.7.3] - 2025-09-03</h2> <ul> <li>Fixed <ul> <li>Fixed comment handling in type hints to properly ignore inline comments when comparing type annotations between function signatures and docstrings</li> </ul> </li> <li>Full diff <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.7.2...0.7.3">https://github.com/jsh9/pydoclint/compare/0.7.2...0.7.3</a></li> </ul> </li> </ul> <h2>[0.7.2] - 2025-09-02</h2> <ul> <li>Fixed <ul> <li>A bug where false positive arg names are reported in the violation message</li> </ul> </li> <li>Added <ul> <li>Support for checking class attribute default values (numpy and Google styles only)</li> </ul> </li> <li>Full diff <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.7.1...0.7.2">https://github.com/jsh9/pydoclint/compare/0.7.1...0.7.2</a></li> </ul> </li> </ul> <h2>[0.7.1] - 2025-09-02</h2> <ul> <li>Added <ul> <li>Support for <code>--check-arg-default</code> for Google style</li> </ul> </li> <li>Full diff <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.7.0...0.7.1">https://github.com/jsh9/pydoclint/compare/0.7.0...0.7.1</a></li> </ul> </li> </ul> <h2>[0.7.0] - 2025-09-01</h2> <ul> <li>Added <ul> <li>A new config option <code>--check-arg-default</code> (default: False) to check consistency of argument defaults (between docstring and function signature)</li> </ul> </li> <li>Changed <ul> <li>Replace <code>Prettier</code> with: <a href="https://github.com/lyz-code/yamlfix">yamlfix</a>, <a href="https://github.com/hukkin/mdformat">mdformat</a>, and <a href="https://github.com/pre-commit/pre-commit-hooks?tab=readme-ov-file#pretty-format-json">pretty-format-json</a></li> </ul> </li> <li>Full diff <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.6.11...0.7.0">https://github.com/jsh9/pydoclint/compare/0.6.11...0.7.0</a></li> </ul> </li> </ul> <h2>[0.6.11] - 2025-08-31</h2> <ul> <li>Fixed <ul> <li>A bug where short docstring is incorrectly detected</li> </ul> </li> <li>Full diff <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.6.10...0.6.11">https://github.com/jsh9/pydoclint/compare/0.6.10...0.6.11</a></li> </ul> </li> </ul> <h2>[0.6.10] - 2025-08-14</h2> <ul> <li>Changed <ul> <li>Migrated from setup.cfg/setup.py to pyproject.toml for modern Python packaging</li> <li>Consolidated all package metadata into pyproject.toml [project] section</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsh9/pydoclint/commit/2ce0be5cd61489a783e7475d06c2783cfb2c557f"><code>2ce0be5</code></a> Properly ignore in-line comments in doc type hints (<a href="https://redirect.github.com/jsh9/pydoclint/issues/260">#260</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/92017a1a29dec5e22b395e3c34285ef692c9ec5a"><code>92017a1</code></a> Fix comment handling in type hints (<a href="https://redirect.github.com/jsh9/pydoclint/issues/259">#259</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/ab65f09dee7b16cb68f962caca39c27b4408f20f"><code>ab65f09</code></a> Split test_main.py into 2 more files</li> <li><a href="https://github.com/jsh9/pydoclint/commit/7189f6a386d6932fa4c6db4d43c640a55d0da458"><code>7189f6a</code></a> Add check-arg-defaults support for Google style (<a href="https://redirect.github.com/jsh9/pydoclint/issues/258">#258</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/5b850f184683ee59c9cb6473fa1a9da7845ee045"><code>5b850f1</code></a> Add check-arg-defaults</li> <li><a href="https://github.com/jsh9/pydoclint/commit/b4776d99d91c3872bd72bc51fb83d23fda326ed3"><code>b4776d9</code></a> Migrate away from Prettier (<a href="https://redirect.github.com/jsh9/pydoclint/issues/257">#257</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/671f1516ef899d321aab874ccca759e7a014821a"><code>671f151</code></a> Fix bug in isShortDocstring (<a href="https://redirect.github.com/jsh9/pydoclint/issues/256">#256</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/50b0a35b03fd69dc1dfdf108e33083199b4dd2fd"><code>50b0a35</code></a> Properly escape backslash; remove redundant noqa LN002</li> <li><a href="https://github.com/jsh9/pydoclint/commit/15818da938b3e8f340f0f36e89a6ff67a9733f51"><code>15818da</code></a> Replace cercis with muff</li> <li><a href="https://github.com/jsh9/pydoclint/commit/7ad5eefc9b0c2148a41f4bb9cbbd3f0dc94021cb"><code>7ad5eef</code></a> Update index.md</li> <li>Additional commits viewable in <a href="https://github.com/jsh9/pydoclint/compare/0.6.6...0.7.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.6.6&new-version=0.7.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 37a697a + 25e1759 commit 6b18060

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
@@ -40,7 +40,7 @@ dev-flake8 = [
4040
"flake8 == 7.3.0",
4141
"flake8-docstrings == 1.7.0",
4242
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
43-
"pydoclint == 0.6.6",
43+
"pydoclint == 0.7.3",
4444
"pydocstyle == 6.3.0",
4545
]
4646
dev-formatting = ["black == 25.9.0", "isort == 6.1.0"]

0 commit comments

Comments
 (0)