-
Notifications
You must be signed in to change notification settings - Fork 8
Commit 556d9f9
authored
Bump pydoclint from 0.6.4 to 0.6.6 (#397)
Bumps [pydoclint](https://github.com/jsh9/pydoclint) from 0.6.4 to
0.6.6.
<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.6.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix bug with double quotes; change "--quiet" default by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/236">jsh9/pydoclint#236</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.6.5...0.6.6">https://github.com/jsh9/pydoclint/compare/0.6.5...0.6.6</a></p>
<h2>0.6.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Fix typo in config option default value by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/229">jsh9/pydoclint#229</a></li>
<li>Fix a bug in checking assert errors by <a
href="https://github.com/jsh9"><code>@jsh9</code></a> in <a
href="https://redirect.github.com/jsh9/pydoclint/pull/230">jsh9/pydoclint#230</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/jsh9/pydoclint/compare/0.6.4...0.6.5">https://github.com/jsh9/pydoclint/compare/0.6.4...0.6.5</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.6.6] - 2025-04-16</h2>
<ul>
<li>Fixed
<ul>
<li>A bug where double quotes in function signature type hints are not
treated
as interchangeable as double quotes in the docstring</li>
</ul>
</li>
<li>Changed
<ul>
<li>Changed the default of option <code>--quiet</code> from False to
True</li>
</ul>
</li>
<li>Full diff
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.6.5...0.6.6">https://github.com/jsh9/pydoclint/compare/0.6.5...0.6.6</a></li>
</ul>
</li>
</ul>
<h2>[0.6.5] - 2025-04-03</h2>
<ul>
<li>Fixed
<ul>
<li>A typo in the default config value of
<code>--ignore-private-args</code></li>
<li>A bug with checking assert errors when
<code>shouldDeclareAssertErrorIfAssertStatementExists</code> is
False</li>
</ul>
</li>
<li>Full diff
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/compare/0.6.4...0.6.5">https://github.com/jsh9/pydoclint/compare/0.6.4...0.6.5</a></li>
</ul>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jsh9/pydoclint/commit/985b383d4ad1a5d5246096162651b8183f78ff1a"><code>985b383</code></a>
Fix bug with double quotes; change "--quiet" default (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/236">#236</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/e4fc6cdb3becf9b79e5e27e022f8e63a155e616d"><code>e4fc6cd</code></a>
Fix a bug in checking assert errors (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/230">#230</a>)</li>
<li><a
href="https://github.com/jsh9/pydoclint/commit/b9b3d1f437034abeaec1c05b723e65a6ad6b5c50"><code>b9b3d1f</code></a>
Fix typo in config option default value (<a
href="https://redirect.github.com/jsh9/pydoclint/issues/229">#229</a>)</li>
<li>See full diff in <a
href="https://github.com/jsh9/pydoclint/compare/0.6.4...0.6.6">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>File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedFilter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
|
0 commit comments