Commit dcf5c51
authored
Bump pydoclint from 0.6.10 to 0.8.1 (#9)
Bumps [pydoclint](https://github.com/jsh9/pydoclint) from 0.6.10 to
0.8.1.
<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.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>
<h2>0.7.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Refresh linters & formatters by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/269">jsh9/pydoclint#269</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.7.5...0.7.6">https://github.com/jsh9/pydoclint/compare/0.7.5...0.7.6</a></p>
<h2>0.7.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Support <code>@Property</code> + <code>@AbstractMethod</code>
without a Returns: section by <a
href="https://github.com/barometz"><code>@barometz</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/261">jsh9/pydoclint#261</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/barometz"><code>@barometz</code></a>
made their first contribution in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/261">jsh9/pydoclint#261</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.7.4...0.7.5">https://github.com/jsh9/pydoclint/compare/0.7.4...0.7.5</a></p>
<h2>0.7.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Fixed README typo by <a
href="https://github.com/akleeman"><code>@akleeman</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/266">jsh9/pydoclint#266</a></li>
<li>Validate config filename and [tool.pydoclint] section name by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/267">jsh9/pydoclint#267</a></li>
<li>Dropped Python 3.9 support</li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/akleeman"><code>@akleeman</code></a>
made their first contribution in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/266">jsh9/pydoclint#266</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.7.3...0.7.4">https://github.com/jsh9/pydoclint/compare/0.7.3...0.7.4</a></p>
<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>
<!-- 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.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
"noqa" 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>
<h2>[0.7.6] - 2025-10-26</h2>
<ul>
<li>Changed
<ul>
<li>Updated linter and auto-formatter configurations</li>
<li>Made a lot of changes to fix code style; some logic was also updated
per
the suggestions of linters</li>
</ul>
</li>
<li>Full diff
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.7.5...0.7.6">https://github.com/jsh9/pydoclint/compare/0.7.5...0.7.6</a></li>
</ul>
</li>
</ul>
<h2>[0.7.5] - 2025-10-25</h2>
<ul>
<li>Fixed
<ul>
<li>Fixed the logic to statically detect whether a method is a property
or an
abstract method</li>
</ul>
</li>
<li>Full diff
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.7.4...0.7.5">https://github.com/jsh9/pydoclint/compare/0.7.4...0.7.5</a></li>
</ul>
</li>
</ul>
<h2>[0.7.4] - 2025-10-24</h2>
<ul>
<li>Added
<ul>
<li>Validation of invalid config file path</li>
<li>Validation of <code>[tool.pydoclint]</code> section in the config
file</li>
</ul>
</li>
<li>Removed
<ul>
<li>Python 3.9 support</li>
</ul>
</li>
<li>Full diff
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.7.3...0.7.4">https://github.com/jsh9/pydoclint/compare/0.7.3...0.7.4</a></li>
</ul>
</li>
</ul>
<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</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<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><a
href="https://github.com/jsh9/pydoclint/commit/0a9ad0c159fe5ced98dbbcd3b850a8850ed009b7"><code>0a9ad0c</code></a>
Refresh linters & formatters (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/269">#269</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/88571c6f5f448a2f487295e5a308a2f2414b016d"><code>88571c6</code></a>
Support <code>@Property</code> + <code>@AbstractMethod</code> without a
Returns: section (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/261">#261</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/f08dd85149841550627d4afeded104a7b289d017"><code>f08dd85</code></a>
Validate config filename and [tool.pydoclint] section name (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/267">#267</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/7e488c84807539e62db10958ac39d65e52a47b75"><code>7e488c8</code></a>
README typo (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/266">#266</a>)</li>
<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>Additional commits viewable in <a
href="https://github.com/jsh9/pydoclint/compare/0.6.10...0.8.1">compare
view</a></li>
</ul>
</details>
<br />
[](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>1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments