Skip to content

Commit b9a4096

Browse files
chore(deps-dev): bump pydoclint from 0.9.0 to 0.9.1 (#116)
Bumps [pydoclint](https://github.com/jsh9/pydoclint) from 0.9.0 to 0.9.1. <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.9.1</h2> <h2>What's Changed</h2> <ul> <li>Switch from mypy to ty; fix typing issues by <a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/294">jsh9/pydoclint#294</a></li> <li>Update muff version and fix linting issues by <a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/295">jsh9/pydoclint#295</a></li> <li>Fix numpy default checks for breaking changes in docstring_parser_fork by <a href="https://github.com/jsh9"><code>@​jsh9</code></a> in <a href="https://redirect.github.com/jsh9/pydoclint/pull/296">jsh9/pydoclint#296</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/jsh9/pydoclint/compare/0.9.0...0.9.1">https://github.com/jsh9/pydoclint/compare/0.9.0...0.9.1</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.9.1] - 2026-07-03</h2> <ul> <li>Fixed <ul> <li>Restored numpy docstring default checking with <code>docstring_parser_fork==0.0.16</code>, which preserves raw parameter and attribute type declarations while still exposing normalized type/default fields</li> </ul> </li> <li>Changed <ul> <li>Replaced tox type checking from <code>mypy</code> with <code>ty</code> and fixed the surfaced typing issues with explicit type narrowing</li> <li>Run the <code>tox -e pydoclint</code> self-check against the local package instead of the latest published pydoclint release</li> <li>Updated Muff tooling to <code>0.15.20</code> and added a pre-commit hook to keep the tox Muff pins in sync with the <code>muff-pre-commit</code> revision</li> </ul> </li> <li>Full diff <ul> <li><a href="https://github.com/jsh9/pydoclint/compare/0.9.0...0.9.1">https://github.com/jsh9/pydoclint/compare/0.9.0...0.9.1</a></li> </ul> </li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jsh9/pydoclint/commit/cf8f4d0b81f933ebc5414acadcf7acdab705baa1"><code>cf8f4d0</code></a> Fix numpy default checks for breaking changes in docstring_parser_fork (<a href="https://redirect.github.com/jsh9/pydoclint/issues/296">#296</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/f908148862dd837fae4023343479f5dfe58986ba"><code>f908148</code></a> Update muff version and fix linting issues (<a href="https://redirect.github.com/jsh9/pydoclint/issues/295">#295</a>)</li> <li><a href="https://github.com/jsh9/pydoclint/commit/b3fb48806690a0406eb8729930f5191c7479881c"><code>b3fb488</code></a> Switch from mypy to ty; fix typing issues (<a href="https://redirect.github.com/jsh9/pydoclint/issues/294">#294</a>)</li> <li>See full diff in <a href="https://github.com/jsh9/pydoclint/compare/0.9.0...0.9.1">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.9.0&new-version=0.9.1)](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 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 cf5caee + e064c4d commit b9a4096

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ dev-flake8 = [
6767
"flake8-datetimez == 20.10.0",
6868
"flake8-docstrings == 1.7.0",
6969
"flake8-pyproject == 1.2.4", # For reading the flake8 config from pyproject.toml
70-
"pydoclint == 0.9.0",
70+
"pydoclint == 0.9.1",
7171
"pydocstyle == 6.3.0",
7272
]
7373
dev-formatting = ["black == 26.5.1", "isort == 8.0.1"]

0 commit comments

Comments
 (0)