Skip to content

Commit

Permalink
Bump ruff from 0.0.289 to 0.0.290 (#245)
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.289 to 0.0.290.
<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.290</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Rules</h3>
<ul>
<li>Update <code>deprecated-import</code> lists based on recent
<code>typing-extensions</code> release by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7356">astral-sh/ruff#7356</a></li>
<li>Add support for bounds, constraints, and explicit variance on
generic type variables to <code>UP040</code> by <a
href="https://github.com/nathanwhit"><code>@​nathanwhit</code></a> in <a
href="https://redirect.github.com/astral-sh/ruff/pull/6749">astral-sh/ruff#6749</a></li>
</ul>
<h3>Settings</h3>
<ul>
<li>Show rule codes in shell tab completion by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7375">astral-sh/ruff#7375</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Parenthesize single-generator arguments when adding reverse keyword
by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7365">astral-sh/ruff#7365</a></li>
<li>Invert reverse argument regardless of whether it's a boolean by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7372">astral-sh/ruff#7372</a></li>
<li>Extend <code>C416</code> to catch tuple unpacking by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7363">astral-sh/ruff#7363</a></li>
<li>Allow <code>NURSERY</code> rule selctor in JSON Schema by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7374">astral-sh/ruff#7374</a></li>
<li>Avoid flagging single-quoted docstrings with continuations for
multi-line rules by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7392">astral-sh/ruff#7392</a></li>
<li>Treat whitespace-only line as blank for <code>D411</code> by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7351">astral-sh/ruff#7351</a></li>
</ul>
<h3>Preview</h3>
<p><a href="https://beta.ruff.rs/docs/preview/"><em>What's this
section?</em></a></p>
<ul>
<li>[<code>flake8-logging</code>] New rule
<code>undocumented-warn</code> (<code>LOG009</code>) by <a
href="https://github.com/qdegraaf"><code>@​qdegraaf</code></a> in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7249">astral-sh/ruff#7249</a></li>
<li>[<code>flake8-logging</code>] New rule
<code>direct-logger-instantiation</code> (<code>LOG001</code>) by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7397">astral-sh/ruff#7397</a></li>
<li>[<code>flake8-logging</code>] New plugin <code>flake8_logging</code>
(<code>LOG</code>) by <a
href="https://github.com/qdegraaf"><code>@​qdegraaf</code></a> in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7249">astral-sh/ruff#7249</a></li>
<li>[<code>perflint</code>] Add <code>manual-dict-comprehsion</code>
(<code>PERF403</code>) by <a
href="https://github.com/qdegraaf"><code>@​qdegraaf</code></a> in <a
href="https://redirect.github.com/astral-sh/ruff/pull/6132">astral-sh/ruff#6132</a></li>
<li>[<code>pylint</code>] New rule <code>too-many-public-methods</code>
(<code>PLR0904</code>) by <a
href="https://github.com/jelly"><code>@​jelly</code></a> in <a
href="https://redirect.github.com/astral-sh/ruff/pull/6179">astral-sh/ruff#6179</a></li>
<li>[<code>refurb</code>] New rule <code>no-slice-copy</code>
(<code>FURB145</code>) by <a
href="https://github.com/tjkuson"><code>@​tjkuson</code></a> in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7007">astral-sh/ruff#7007</a></li>
<li>Add warnings for nursery and preview rule selection by <a
href="https://github.com/zanieb"><code>@​zanieb</code></a> in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7210">astral-sh/ruff#7210</a></li>
<li>Remove the <code>PREVIEW</code> rule selector by <a
href="https://github.com/zanieb"><code>@​zanieb</code></a> in <a
href="https://redirect.github.com/astral-sh/ruff/pull/7389">astral-sh/ruff#7389</a></li>
<li><a
href="https://github.com/astral-sh/ruff-pre-commit#using-ruffs-formatter-unstable"><code>pre-commit</code>
support</a> for the <a
href="https://github.com/astral-sh/ruff/discussions/7310">alpha
formatter</a> by <a
href="https://github.com/zanieb"><code>@​zanieb</code></a> in <a
href="https://redirect.github.com/astral-sh/ruff-pre-commit/pull/50">astral-sh/ruff-pre-commit#50</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/nathanwhit"><code>@​nathanwhit</code></a> made
their first contribution in <a
href="https://redirect.github.com/astral-sh/ruff/pull/6749">astral-sh/ruff#6749</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/astral-sh/ruff/compare/v0.0.289...v0.0.290">https://github.com/astral-sh/ruff/compare/v0.0.289...v0.0.290</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/0c030b5bf31e425cb6070db7386243eca6dbd8f1"><code>0c030b5</code></a>
Bump version to 0.0.290 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7413">#7413</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/1b082ce67e56661f75b64d566a5b39025681fd86"><code>1b082ce</code></a>
Add maximum length for <code>line-length</code> to JSON schema (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7412">#7412</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/f936d319ccf50b8af873e2dbe0cea7232d34efac"><code>f936d31</code></a>
Bump toml from 0.7.6 to 0.7.8 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7405">#7405</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/85d8b6228fbf590c076b3715cbf82355a9dd9c14"><code>85d8b62</code></a>
Bump chrono from 0.4.28 to 0.4.30 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7406">#7406</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/7594dadc1daa66624579d30089dd8af57ac45117"><code>7594dad</code></a>
Bump syn from 2.0.29 to 2.0.33 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7404">#7404</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/de37fbfac99a4a0f9be68fe74a15632c130ff25c"><code>de37fbf</code></a>
Bump serde-wasm-bindgen from 0.5.0 to 0.6.0 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7403">#7403</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/4e2769a16c3c441e8b23248c8e025ecc5d151005"><code>4e2769a</code></a>
Bump mimalloc from 0.1.38 to 0.1.39 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7402">#7402</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/75b5c314e31b44b3b64a8ee647efa9d8b1067029"><code>75b5c31</code></a>
Change CWE reference in documentation for S607 rule (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7398">#7398</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/450fb9b99a5d899094fcb338c748d361e90b9feb"><code>450fb9b</code></a>
[<code>flake8-logging</code>] Implement <code>LOG001</code>:
<code>direct-logger-instantiation</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7397">#7397</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/6163c99551c70d9aae8ca876ad3d02acfbf8f021"><code>6163c99</code></a>
Mark <code>PERF403</code> as a preview rule (<a
href="https://redirect.github.com/astral-sh/ruff/issues/7396">#7396</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.0.289...v0.0.290">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.289&new-version=0.0.290)](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 18, 2023
2 parents 14feab9 + 11b425b commit e158646
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 @@ -31,7 +31,7 @@ mypy = "^1.3.0"
black = "^23.3.0"
isort = "^5.12.0"
pre-commit = "^3.3.2"
ruff = ">=0.0.269,<0.0.290"
ruff = ">=0.0.269,<0.0.291"

[tool.poetry.group.test.dependencies]
pydantic = ">=1.10.8,<3.0.0"
Expand Down

0 comments on commit e158646

Please sign in to comment.