Skip to content

Commit 6a1b904

Browse files
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 &amp; 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 &amp; 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 /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=pydoclint&package-manager=pip&previous-version=0.7.3&new-version=0.7.6)](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>
2 parents 238ca65 + 57613f1 commit 6a1b904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dev-flake8 = [
4545
"flake8 == 7.3.0",
4646
"flake8-docstrings == 1.7.0",
4747
"flake8-pyproject == 1.2.3", # For reading the flake8 config from pyproject.toml
48-
"pydoclint == 0.7.3",
48+
"pydoclint == 0.7.6",
4949
"pydocstyle == 6.3.0",
5050
]
5151
dev-formatting = ["black == 25.9.0", "isort == 6.0.1"]

0 commit comments

Comments
 (0)