Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump ruff from 0.1.12 to 0.1.13 (#210)
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.1.12 to 0.1.13. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/releases">ruff's releases</a>.</em></p> <blockquote> <h2>v0.1.13</h2> <h2>Changes</h2> <h3>Bug fixes</h3> <ul> <li>Include base pyproject when initializing cache settings (<a href="https://redirect.github.com/astral-sh/ruff/pull/9480">#9480</a>)</li> <li>[<code>flake8-simplify</code>] Account for possibly-empty f-string values in truthiness logic (<a href="https://redirect.github.com/astral-sh/ruff/pull/9484">#9484</a>)</li> <li>[<code>pylint</code>] Add the missing period in <code>unnecessary-dunder-call</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9485">#9485</a>)</li> <li>[<code>pylint</code>] Fix <code>__aenter__</code> message in <code>unnecessary-dunder-call</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9492">#9492</a>)</li> </ul> <h2>Contributors</h2> <ul> <li><a href="https://github.com/AlexWaygood"><code>@AlexWaygood</code></a></li> <li><a href="https://github.com/KotlinIsland"><code>@KotlinIsland</code></a></li> <li><a href="https://github.com/alex-700"><code>@alex-700</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.1.13</h2> <h3>Bug fixes</h3> <ul> <li>Include base pyproject when initializing cache settings (<a href="https://redirect.github.com/astral-sh/ruff/pull/9480">#9480</a>)</li> <li>[<code>flake8-simplify</code>] Account for possibly-empty f-string values in truthiness logic (<a href="https://redirect.github.com/astral-sh/ruff/pull/9484">#9484</a>)</li> <li>[<code>pylint</code>] Add the missing period in <code>unnecessary-dunder-call</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9485">#9485</a>)</li> <li>[<code>pylint</code>] Fix <code>__aenter__</code> message in <code>unnecessary-dunder-call</code> (<a href="https://redirect.github.com/astral-sh/ruff/pull/9492">#9492</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/d16c4a2d25a27dad1ef26c0e496471139adb4522"><code>d16c4a2</code></a> Bump version to v0.1.13 (<a href="https://redirect.github.com/astral-sh/ruff/issues/9493">#9493</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/1602df164359e050f0f8fdbbaa60ae5ffb357be5"><code>1602df1</code></a> Fix message for <strong>aenter</strong> in PLC2801 (<a href="https://redirect.github.com/astral-sh/ruff/issues/9492">#9492</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/395cdf04e519ca516b7f9822effd9275ea12ea7d"><code>395cdf0</code></a> Fix backticks in RUF021 docs (<a href="https://redirect.github.com/astral-sh/ruff/issues/9488">#9488</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/3daf6e1b6ddef48ee6d429c5db16e0283ab01b84"><code>3daf6e1</code></a> (🐞) Add the missing period in error message (<a href="https://redirect.github.com/astral-sh/ruff/issues/9485">#9485</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/a31a314b2be5170c591abbd8819ab17444b7a723"><code>a31a314</code></a> Account for possibly-empty f-string values in truthiness logic (<a href="https://redirect.github.com/astral-sh/ruff/issues/9484">#9484</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/f9dd7bb190e0fd4d85ab1f908ae4c2bb8a1ffef0"><code>f9dd7bb</code></a> Remove <code>unreachable-code</code> feature (<a href="https://redirect.github.com/astral-sh/ruff/issues/9463">#9463</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/350dcb807ac3e1f58b895149a7f8e4c680ffaa5a"><code>350dcb8</code></a> Include base pyproject when initializing cache settings (<a href="https://redirect.github.com/astral-sh/ruff/issues/9480">#9480</a>)</li> <li>See full diff in <a href="https://github.com/astral-sh/ruff/compare/v0.1.12...v0.1.13">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ruff&package-manager=pip&previous-version=0.1.12&new-version=0.1.13)](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>
- Loading branch information