-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump pre-commit from 3.7.1 to 3.8.0 #403
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Aug 1, 2024
Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.25.3 to 2.2.3. - [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases) - [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md) - [Commits](tox-dev/sphinx-autodoc-typehints@1.25.3...2.2.3) --- updated-dependencies: - dependency-name: sphinx-autodoc-typehints dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3 to 1.4. - [Release notes](https://github.com/snok/install-poetry/releases) - [Commits](snok/install-poetry@v1.3...v1.4) --- updated-dependencies: - dependency-name: snok/install-poetry dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Bumps [snok/install-poetry](https://github.com/snok/install-poetry) from 1.3 to 1.4. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/snok/install-poetry/releases">snok/install-poetry's releases</a>.</em></p> <blockquote> <h2>v1.4.0</h2> <h2>What's Changed</h2> <ul> <li>feat: support install poetry plugins by <a href="https://github.com/waketzheng"><code>@waketzheng</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/155">snok/install-poetry#155</a></li> <li>enhancement: Remove <code>curl</code> dependency by <a href="https://github.com/ivanychev"><code>@ivanychev</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/153">snok/install-poetry#153</a></li> <li>chore: Remove Python 3.7 from test matrix <a href="https://github.com/tmakruck"><code>@tmakruck</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/136">snok/install-poetry#136</a></li> <li>docs: Add virtualenvs-path to the Install Poetry step by <a href="https://github.com/zalun"><code>@zalun</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/152">snok/install-poetry#152</a></li> <li>docs: Upgrade GitHub Actions, Python 3.12, Django 5 by <a href="https://github.com/cclauss"><code>@cclauss</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/143">snok/install-poetry#143</a></li> <li>docs: Improve cache Poetry install instructions by <a href="https://github.com/sebastian-correa"><code>@sebastian-correa</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/154">snok/install-poetry#154</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tmakruck"><code>@tmakruck</code></a> made their first contribution in <a href="https://redirect.github.com/snok/install-poetry/pull/136">snok/install-poetry#136</a></li> <li><a href="https://github.com/zalun"><code>@zalun</code></a> made their first contribution in <a href="https://redirect.github.com/snok/install-poetry/pull/152">snok/install-poetry#152</a></li> <li><a href="https://github.com/ivanychev"><code>@ivanychev</code></a> made their first contribution in <a href="https://redirect.github.com/snok/install-poetry/pull/153">snok/install-poetry#153</a></li> <li><a href="https://github.com/waketzheng"><code>@waketzheng</code></a> made their first contribution in <a href="https://redirect.github.com/snok/install-poetry/pull/155">snok/install-poetry#155</a></li> <li><a href="https://github.com/sebastian-correa"><code>@sebastian-correa</code></a> made their first contribution in <a href="https://redirect.github.com/snok/install-poetry/pull/154">snok/install-poetry#154</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/snok/install-poetry/compare/v1...v1.4.0">https://github.com/snok/install-poetry/compare/v1...v1.4.0</a></p> <h2>v1.3.4</h2> <h2>Fixes</h2> <ul> <li>Respect $POETRY_HOME if set by <a href="https://github.com/mahmoudhossam"><code>@mahmoudhossam</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/128">snok/install-poetry#128</a></li> </ul> <h2>Maintenance</h2> <ul> <li> <p>chore(deps): bump mfinelli/setup-shfmt from 1 to 2 by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/103">snok/install-poetry#103</a></p> </li> <li> <p>added quotes around python version in README examples by <a href="https://github.com/rgerum"><code>@rgerum</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/107">snok/install-poetry#107</a></p> </li> <li> <p>docs: update cache example by <a href="https://github.com/MarvinXu"><code>@MarvinXu</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/112">snok/install-poetry#112</a></p> </li> <li> <p>Clean up the check-latest step by <a href="https://github.com/jennydaman"><code>@jennydaman</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/115">snok/install-poetry#115</a></p> </li> <li> <p>GitHub Actions: Upgrade to Python 3.11 production release by <a href="https://github.com/cclauss"><code>@cclauss</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/110">snok/install-poetry#110</a></p> </li> <li> <p>Clean up workflows by <a href="https://github.com/sondrelg"><code>@sondrelg</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/119">snok/install-poetry#119</a></p> </li> <li> <p>codecov/codecov-action@v1 is deprecated; v3 is now recommended by <a href="https://github.com/raffclar"><code>@raffclar</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/125">snok/install-poetry#125</a></p> </li> <li> <p>Update docs by <a href="https://github.com/sondrelg"><code>@sondrelg</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/129">snok/install-poetry#129</a></p> </li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/dependabot"><code>@dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/snok/install-poetry/pull/103">snok/install-poetry#103</a></li> <li><a href="https://github.com/rgerum"><code>@rgerum</code></a> made their first contribution in <a href="https://redirect.github.com/snok/install-poetry/pull/107">snok/install-poetry#107</a></li> <li><a href="https://github.com/MarvinXu"><code>@MarvinXu</code></a> made their first contribution in <a href="https://redirect.github.com/snok/install-poetry/pull/112">snok/install-poetry#112</a></li> <li><a href="https://github.com/jennydaman"><code>@jennydaman</code></a> made their first contribution in <a href="https://redirect.github.com/snok/install-poetry/pull/115">snok/install-poetry#115</a></li> <li><a href="https://github.com/cclauss"><code>@cclauss</code></a> made their first contribution in <a href="https://redirect.github.com/snok/install-poetry/pull/110">snok/install-poetry#110</a></li> <li><a href="https://github.com/raffclar"><code>@raffclar</code></a> made their first contribution in <a href="https://redirect.github.com/snok/install-poetry/pull/125">snok/install-poetry#125</a></li> <li><a href="https://github.com/mahmoudhossam"><code>@mahmoudhossam</code></a> made their first contribution in <a href="https://redirect.github.com/snok/install-poetry/pull/128">snok/install-poetry#128</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/snok/install-poetry/compare/v1...v1.3.4">https://github.com/snok/install-poetry/compare/v1...v1.3.4</a></p> <h2>v1.3.3</h2> <h2>What's Changed</h2> <ul> <li>Update Python and Poetry test matrix versions by <a href="https://github.com/sondrelg"><code>@sondrelg</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/96">snok/install-poetry#96</a></li> <li>Remove windows-only logic from the action by <a href="https://github.com/miigotu"><code>@miigotu</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/95">snok/install-poetry#95</a></li> <li>General improvements by <a href="https://github.com/sondrelg"><code>@sondrelg</code></a> in <a href="https://redirect.github.com/snok/install-poetry/pull/97">snok/install-poetry#97</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snok/install-poetry/commit/76e04a911780d5b312d89783f7b1cd627778900a"><code>76e04a9</code></a> Use <code>python3</code> instead of <code>python</code></li> <li><a href="https://github.com/snok/install-poetry/commit/972a0e78ffdebf9e98f6fe404b77831716cdd4aa"><code>972a0e7</code></a> docs: Fix trailing whitespace</li> <li><a href="https://github.com/snok/install-poetry/commit/929c2d5c83d55cfd2651f3e5da7999c6091ec089"><code>929c2d5</code></a> Improve cache Poetry install instructions</li> <li><a href="https://github.com/snok/install-poetry/commit/d80b6da42c013a9102440dd877ec1eba098c9baf"><code>d80b6da</code></a> chore: Disable shellcheck via actionlint</li> <li><a href="https://github.com/snok/install-poetry/commit/ee581f3077af15025d1ce66e16d678d6926a04f0"><code>ee581f3</code></a> chore: Correct python version to fix test matrix</li> <li><a href="https://github.com/snok/install-poetry/commit/98e97e27cc5bfd370c8ac35f5371a8f1c341a2e4"><code>98e97e2</code></a> feat: support with plugins</li> <li><a href="https://github.com/snok/install-poetry/commit/0a8188ce84a8dd6ce023888c51fd79df2a915059"><code>0a8188c</code></a> Remove <code>curl</code> dependency (<a href="https://redirect.github.com/snok/install-poetry/issues/153">#153</a>)</li> <li><a href="https://github.com/snok/install-poetry/commit/a7f4164fb67da2a22efd9ac25e997d6fab28b636"><code>a7f4164</code></a> chore: Update dependencies and add pre-commit hook</li> <li><a href="https://github.com/snok/install-poetry/commit/9849dc5d2df5452f25d17a726fc738183b25bdaa"><code>9849dc5</code></a> Add virtualenvs-path to the Install Poetry step</li> <li><a href="https://github.com/snok/install-poetry/commit/4e9696153ce641c9ff9ee445ffb5eb429c8f69f7"><code>4e96961</code></a> chore(deps): bump actions/cache from 3 to 4</li> <li>Additional commits viewable in <a href="https://github.com/snok/install-poetry/compare/v1.3...v1.4">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=snok/install-poetry&package-manager=github_actions&previous-version=1.3&new-version=1.4)](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>
Bumps [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) from 1.25.3 to 2.2.3. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/sphinx-autodoc-typehints/releases">sphinx-autodoc-typehints's releases</a>.</em></p> <blockquote> <h2>2.2.3</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Fix mypy errors due to unneeded type ignores by <a href="https://github.com/hoodmane"><code>@hoodmane</code></a> in <a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/469">tox-dev/sphinx-autodoc-typehints#469</a></li> <li>Fix rendering when docstring starst with a directive by <a href="https://github.com/hoodmane"><code>@hoodmane</code></a> in <a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/468">tox-dev/sphinx-autodoc-typehints#468</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.2...2.2.3">https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.2...2.2.3</a></p> <h2>2.2.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Fix for Issue <a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/384">#384</a>: typehints_defaults = "braces-after" fails for a multiline <code>:param:</code> entry by <a href="https://github.com/tikuma-lsuhsc"><code>@tikuma-lsuhsc</code></a> in <a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/464">tox-dev/sphinx-autodoc-typehints#464</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.1...2.2.2">https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.1...2.2.2</a></p> <h2>2.2.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Fix issue <a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/462">#462</a> and another alias processing bug by <a href="https://github.com/tikuma-lsuhsc"><code>@tikuma-lsuhsc</code></a> in <a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/463">tox-dev/sphinx-autodoc-typehints#463</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.0...2.2.1">https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.2.0...2.2.1</a></p> <h2>2.2.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>Support autodoc_type_aliases configuration by <a href="https://github.com/tikuma-lsuhsc"><code>@tikuma-lsuhsc</code></a> in <a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/459">tox-dev/sphinx-autodoc-typehints#459</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/tikuma-lsuhsc"><code>@tikuma-lsuhsc</code></a> made their first contribution in <a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/pull/459">tox-dev/sphinx-autodoc-typehints#459</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.1.1...2.2.0">https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.1.1...2.2.0</a></p> <h2>2.1.1</h2> <!-- raw HTML omitted --> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.1.0...2.1.1">https://github.com/tox-dev/sphinx-autodoc-typehints/compare/2.1.0...2.1.1</a></p> <h2>2.1.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/sphinx-autodoc-typehints/commit/d38f8f7d3406bbeea9e3134b1e55ca2e0654eaf7"><code>d38f8f7</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/466">#466</a>)</li> <li><a href="https://github.com/tox-dev/sphinx-autodoc-typehints/commit/a427536cdb38ec356de2c42cecdaa41daa8cdd86"><code>a427536</code></a> Fix rendering when docstring starst with a directive (<a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/468">#468</a>)</li> <li><a href="https://github.com/tox-dev/sphinx-autodoc-typehints/commit/fdad0d76bb296e1e36ade156166d2ca0454fdbf6"><code>fdad0d7</code></a> Fix mypy errors due to unneeded type ignores (<a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/469">#469</a>)</li> <li><a href="https://github.com/tox-dev/sphinx-autodoc-typehints/commit/df669800eef5da7e952a24b84501846694b27101"><code>df66980</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/465">#465</a>)</li> <li><a href="https://github.com/tox-dev/sphinx-autodoc-typehints/commit/ea99f28598fe8cc4181c5bcf64b295e310ff4caa"><code>ea99f28</code></a> Fix for Issue <a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/384">#384</a>: typehints_defaults = "braces-after" fails for a multiline...</li> <li><a href="https://github.com/tox-dev/sphinx-autodoc-typehints/commit/0435d0762d3000c488326bfe70c67669fc299972"><code>0435d07</code></a> Fix issue <a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/462">#462</a> and another alias processing bug (<a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/463">#463</a>)</li> <li><a href="https://github.com/tox-dev/sphinx-autodoc-typehints/commit/fb240eace36a9755ec4fc0a3cb77abe2f05fe717"><code>fb240ea</code></a> Support autodoc_type_aliases configuration (<a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/459">#459</a>)</li> <li><a href="https://github.com/tox-dev/sphinx-autodoc-typehints/commit/41b290030643d971a97af1504943fc792814be8c"><code>41b2900</code></a> Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0 (<a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/460">#460</a>)</li> <li><a href="https://github.com/tox-dev/sphinx-autodoc-typehints/commit/047ac44b31d488a665fbbba481115ec73441f886"><code>047ac44</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/461">#461</a>)</li> <li><a href="https://github.com/tox-dev/sphinx-autodoc-typehints/commit/fd0a0c6c437e0808d33c96bd157b117af3842d86"><code>fd0a0c6</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/sphinx-autodoc-typehints/issues/458">#458</a>)</li> <li>Additional commits viewable in <a href="https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.25.3...2.2.3">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=sphinx-autodoc-typehints&package-manager=pip&previous-version=1.25.3&new-version=2.2.3)](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>
dependabot
bot
force-pushed
the
dependabot/pip/pre-commit-3.8.0
branch
from
August 4, 2024 15:06
70ba573
to
8cbc656
Compare
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 to 3.8.0. - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.7.1...v3.8.0) --- updated-dependencies: - dependency-name: pre-commit dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/pip/pre-commit-3.8.0
branch
from
August 4, 2024 15:07
8cbc656
to
69fa6f1
Compare
Looks like pre-commit is up-to-date now, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps pre-commit from 3.7.1 to 3.8.0.
Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
d46423f
v3.8.08133abd
Merge pull request #3265 from lorenzwalthert/issue-3206da0c1d0
implement health check for language:rf641f6a
Merge pull request #3264 from pre-commit/pre-commit-ci-update-configa68a19d
fixes for mypy 1.1188317dd
[pre-commit.ci] pre-commit autoupdatefaa6f8c
Merge pull request #3244 from pre-commit/pre-commit-ci-update-configf632459
[pre-commit.ci] pre-commit autoupdate0252908
Merge pull request #3240 from pre-commit/pre-commit-ci-update-config69b5dce
[pre-commit.ci] pre-commit autoupdateDependabot 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 commands and options
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)