-
Notifications
You must be signed in to change notification settings - Fork 4
Commit 6a1b904
authored
Build(deps-dev): Bump pydoclint from 0.7.3 to 0.7.6 (#96)
Bumps [pydoclint](https://github.com/jsh9/pydoclint) from 0.7.3 to
0.7.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.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>
</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.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>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<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>See full diff in <a
href="https://github.com/jsh9/pydoclint/compare/0.7.3...0.7.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 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 | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
0 commit comments