forked from frequenz-floss/frequenz-sdk-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit ee915a9
authored
Bump pydoclint from 0.7.1 to 0.7.3 (frequenz-floss#1276)
Bumps [pydoclint](https://github.com/jsh9/pydoclint) from 0.7.1 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>
</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.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>
</blockquote>
</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>See full diff in <a
href="https://github.com/jsh9/pydoclint/compare/0.7.1...0.7.3">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 changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
0 commit comments