-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 53b2c7c
authored
Bump pydoclint from 0.3.8 to 0.3.9 (#316)
Bumps [pydoclint](https://github.com/jsh9/pydoclint) from 0.3.8 to
0.3.9.
<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.3.9</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix false positive DOC203 in property methods by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/115">jsh9/pydoclint#115</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.3.8...0.3.9">https://github.com/jsh9/pydoclint/compare/0.3.8...0.3.9</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.3.9] - 2024-01-16</h2>
<ul>
<li>
<p>Fixed</p>
<ul>
<li>False positive violation <code>DOC203</code> when there is no
docstring return section
for methods with <code>@Property</code> decorator</li>
</ul>
</li>
<li>
<p>Full diff</p>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.3.8...0.3.9">https://github.com/jsh9/pydoclint/compare/0.3.8...0.3.9</a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/commit/75e485b313d1467e56d239841f562cbafe8617c5"><code>75e485b</code></a>
Fix false positive DOC203 in property methods (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/115">#115</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/55c0fdec67698bee7bba91d2b2481e564a1d6139"><code>55c0fde</code></a>
Explain why allow-init-docstring defaults to False</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/d88180a8632bb1602a4d81344085cf320f288c5a"><code>d88180a</code></a>
Add link to README</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/03c2cebee90eda1103d9aa8b0aa827f972b07d88"><code>03c2ceb</code></a>
Fix error in pre-commit hook example in README</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/7e58949c2ae60e07fb38a963a581cbe3c526fa43"><code>7e58949</code></a>
Update README (add URL to doc site and repo)</li>
<li>See full diff in <a
href="https://github.com/jsh9/pydoclint/compare/0.3.8...0.3.9">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
+3
-3
lines changed+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments