Skip to content

Commit

Permalink
Bump ruff from 0.0.283 to 0.0.284 (#222)
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.283 to 0.0.284.
<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.284</h2>
<h2>What's Changed</h2>
<p>This release fixes a few bugs, notably the previous release announced
a breaking change where the default target
Python version changed from 3.10 to 3.8 but the change was not applied.
Thanks to <a
href="https://github.com/rco-ableton"><code>@​rco-ableton</code></a> for
fixing this in
<a
href="https://redirect.github.com/astral-sh/ruff/pull/6444">astral-sh/ruff#6444</a></p>
<h3>Bug Fixes</h3>
<ul>
<li>Do not trigger <code>S108</code> if path is inside
<code>tempfile.*</code> call by <a
href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a> in
<a
href="https://redirect.github.com/astral-sh/ruff/pull/6416">astral-sh/ruff#6416</a></li>
<li>Do not allow on zero tab width by <a
href="https://github.com/tjkuson"><code>@​tjkuson</code></a> in <a
href="https://redirect.github.com/astral-sh/ruff/pull/6429">astral-sh/ruff#6429</a></li>
<li>Fix false-positive in submodule resolution by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/6435">astral-sh/ruff#6435</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/rco-ableton"><code>@​rco-ableton</code></a>
made their first contribution in <a
href="https://redirect.github.com/astral-sh/ruff/pull/6444">astral-sh/ruff#6444</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/astral-sh/ruff/compare/v0.0.283...v0.0.284">https://github.com/astral-sh/ruff/compare/v0.0.283...v0.0.284</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/3ecd263b4d1af3935b0f58e8a1dd4f4d2d8007ff"><code>3ecd263</code></a>
Bump version to 0.0.284 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/6453">#6453</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/6acf07c5c4da36b8234904395f007d730803609d"><code>6acf07c</code></a>
Use latest Python version by default in tests (<a
href="https://redirect.github.com/astral-sh/ruff/issues/6448">#6448</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/38b9fb8bbd522e92711c1e44029252b6f60b747c"><code>38b9fb8</code></a>
Set a default on <code>PythonVersion</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/6446">#6446</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/e4f57434a217c827396001b00e9ac53895642149"><code>e4f5743</code></a>
ci(deps): bump cloudflare/wrangler-action from 2.0.0 to 3.0.0 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/6398">#6398</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/6a64f2289b1b4a091e1a7124eaa43198ce8fa819"><code>6a64f22</code></a>
Rename <code>Magic*</code> to <code>IpyEscape*</code> (<a
href="https://redirect.github.com/astral-sh/ruff/issues/6395">#6395</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/3bf1c66cdae3915c4945099bd03ef9da7fb06b2d"><code>3bf1c66</code></a>
Group function definition parameters with return type annotations (<a
href="https://redirect.github.com/astral-sh/ruff/issues/6410">#6410</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/eaada0345ca9ef295a21ec14c5761fb438296f88"><code>eaada03</code></a>
Set default version to py38 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/6444">#6444</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/a39dd76d95e575eb124dac81b16f11336ea62d57"><code>a39dd76</code></a>
Add <code>enter</code> and <code>leave_node</code> methods to Preoder
visitor (<a
href="https://redirect.github.com/astral-sh/ruff/issues/6422">#6422</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/e257c5af32636657b570cd2715dc79eae2f012af"><code>e257c5a</code></a>
Add support for help end IPython escape commands (<a
href="https://redirect.github.com/astral-sh/ruff/issues/6358">#6358</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/887a47cad90dc3c7029e729ffc9dab1f7417ea05"><code>887a47c</code></a>
Avoid <code>S108</code> if path is inside <code>tempfile.*</code> call
(<a
href="https://redirect.github.com/astral-sh/ruff/issues/6416">#6416</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.0.283...v0.0.284">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.283&new-version=0.0.284)](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 Aug 10, 2023
2 parents 8c8d059 + f89a4d5 commit 7ab25df
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.284"
ruff = ">=0.0.269,<0.0.285"

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

0 comments on commit 7ab25df

Please sign in to comment.