Skip to content

Commit

Permalink
Bump ruff from 0.0.288 to 0.0.289 (#92)
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.288 to 0.0.289.
<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.0.289</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Invert condition for &lt; and &lt;= in outdated version block by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7284">astral-sh/ruff#7284</a></li>
<li>Ignore <code>@OverRide</code> method when enforcing
<code>bad-dunder-name</code> rule by <a
href="https://github.com/brendonh8"><code>@​brendonh8</code></a> in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7224">astral-sh/ruff#7224</a></li>
<li>Add <code>NotebookIndex</code> to the cache by <a
href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a> in
<a
href="https://redirect.github.com/astral-sh/ruff/pull/6863">astral-sh/ruff#6863</a></li>
</ul>
<h3>Preview</h3>
<p>This release includes a new preview mode which can be used to opt-in
to unstable rules and features.</p>
<ul>
<li>Update rule selection to respect preview mode by <a
href="https://github.com/zanieb"><code>@​zanieb</code></a> in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7195">astral-sh/ruff#7195</a></li>
<li>Display the <code>--preview</code> option in the CLI help menu by <a
href="https://github.com/zanieb"><code>@​zanieb</code></a> in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7274">astral-sh/ruff#7274</a></li>
</ul>
<p>See the <a
href="https://beta.ruff.rs/docs/preview/">documentation</a> and <a
href="https://github.com/astral-sh/ruff/discussions/6998">versioning
discussion</a> for more details.</p>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/brendonh8"><code>@​brendonh8</code></a>
made their first contribution in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7224">astral-sh/ruff#7224</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/astral-sh/ruff/compare/v0.0.288...v0.0.289">https://github.com/astral-sh/ruff/compare/v0.0.288...v0.0.289</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/astral-sh/ruff/blob/main/BREAKING_CHANGES.md">ruff's
changelog</a>.</em></p>
<blockquote>
<h1>Breaking Changes</h1>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/e7a27794022e18b05136ce8e4fc121f14713ed02"><code>e7a2779</code></a>
Bump version to v0.0.289 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7308">#7308</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/008da95b29d2b1ccc20e8b5e86bac51296d2df05"><code>008da95</code></a>
Add preview documentation section (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7281">#7281</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/5d4dd3e38e624dffe850853fcc9fb5de38a36d58"><code>5d4dd3e</code></a>
Set the target deployment to <code>main</code> during dispatched
documentation deploymen...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/e561f5783b30eb318c0fa1f7d7d24ad8d89c6e05"><code>e561f57</code></a>
Fix(vscode): Respect line length ruff.toml configuration (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7306">#7306</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/ee0f1270cf8cf816754dbc471e8fb855ca40ca9c"><code>ee0f127</code></a>
Add <code>NotebookIndex</code> to the cache (<a
href="https://redirect.github.com/astral-sh/ruff/issues/6863">#6863</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/e7b7e4a18d881893132dc5e6b2209ebdcedfb253"><code>e7b7e4a</code></a>
Add documentation to <code>duplicate-union-member</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7225">#7225</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/b4419c34ea8f820157cf428e2bf5f7f2d415c894"><code>b4419c3</code></a>
Ignore <code>@OverRide</code> method when enforcing
<code>bad-dunder-name</code> rule (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7224">#7224</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/08f19226b9571fb87cec16231bb26b21249e2a92"><code>08f1922</code></a>
Fix panic when formatting binary expression with two implicit
concatenated st...</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/1e6df19a351170ded4b1e1a4e068993107bd1047"><code>1e6df19</code></a>
Bool expression comment placement (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7269">#7269</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/c21b960fc7ac8b60a3d2e5cc753ed4a9ecfde356"><code>c21b960</code></a>
Display the <code>--preview</code> option in the CLI help menu (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7274">#7274</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.0.288...v0.0.289">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.0.288&new-version=0.0.289)](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
github-actions[bot] authored Sep 13, 2023
2 parents ad01dfe + 646a01c commit b039f32
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
38 changes: 19 additions & 19 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ boto3 = "^1.26.163"
pytest = "^7.4.0"
moto = "^4.1.12"
black = "^23.3.0"
ruff = ">=0.0.275,<0.0.289"
ruff = ">=0.0.275,<0.0.290"
yapf = "^0.40.1"

[build-system]
Expand Down

0 comments on commit b039f32

Please sign in to comment.