Skip to content

Commit

Permalink
Bump ruff from 0.0.281 to 0.0.282 (#83)
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.0.281 to 0.0.282.
<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.282</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Reset model state when exiting deferred visitors by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/6208">astral-sh/ruff#6208</a></li>
<li>Skip trivia when searching for named exception by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/6218">astral-sh/ruff#6218</a></li>
<li>Avoid PERF401 false positive on list access in loop by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/6220">astral-sh/ruff#6220</a></li>
<li>Avoid detecting continuations at non-start-of-line by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/6219">astral-sh/ruff#6219</a></li>
<li>Revert &quot;Expand scope of <code>quoted-annotation</code> rule (<a
href="https://redirect.github.com/astral-sh/ruff/issues/5766">#5766</a>)&quot;
by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/astral-sh/ruff/pull/6237">astral-sh/ruff#6237</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/klistwan"><code>@​klistwan</code></a>
made their first contribution in <a
href="https://redirect.github.com/astral-sh/ruff/pull/6146">astral-sh/ruff#6146</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/astral-sh/ruff/compare/v0.0.281...v0.0.282">https://github.com/astral-sh/ruff/compare/v0.0.281...v0.0.282</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/astral-sh/ruff/commit/743118ae9ac9c56b7b276dce87291d8200286e43"><code>743118a</code></a>
Bump version to 0.0.282 (<a
href="https://redirect.github.com/astral-sh/ruff/issues/6241">#6241</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/0753017cf1b8f31c2d4bc3232a435f3f82d326f2"><code>0753017</code></a>
Revert &quot;Expand scope of <code>quoted-annotation</code> rule (<a
href="https://redirect.github.com/astral-sh/ruff/issues/5766">#5766</a>)&quot;
(<a
href="https://redirect.github.com/astral-sh/ruff/issues/6237">#6237</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/29fb655e04947c64380d085f28c482acedc46c17"><code>29fb655</code></a>
Fix <code>logger-objects</code> documentation (<a
href="https://redirect.github.com/astral-sh/ruff/issues/6238">#6238</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/f45e8645d7c4a2ad4e934ebbbadd91ca59fd543a"><code>f45e864</code></a>
Remove unused parser modes</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/7c7231db2e31cd0cc94bb3ec7ae5147fc6fc72d7"><code>7c7231d</code></a>
Remove unsupported <code>type_comment</code> field</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/4ad5903ef65815b68eeee048d1bb0cef94d0c16d"><code>4ad5903</code></a>
Delete type-ignore node</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/c6986ac95d9e0596bd320bbd08e007c81f930c72"><code>c6986ac</code></a>
Consistent <code>CommentPlacement</code> conversion signatures (<a
href="https://redirect.github.com/astral-sh/ruff/issues/6231">#6231</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/ecfdd8d58b8e6e95546b37b6fce599c987be198f"><code>ecfdd8d</code></a>
Add static assertions to nodes (<a
href="https://redirect.github.com/astral-sh/ruff/issues/6228">#6228</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/07468f8be9f046cbbf11e5b24cdd1840bf6e5bcf"><code>07468f8</code></a>
format ExprJoinedStr (<a
href="https://redirect.github.com/astral-sh/ruff/issues/5932">#5932</a>)</li>
<li><a
href="https://github.com/astral-sh/ruff/commit/ba990b676fb4fe39f4feac4960615d8b40fe5857"><code>ba990b6</code></a>
add <code>DebugText</code> for self-documenting f-strings (<a
href="https://redirect.github.com/astral-sh/ruff/issues/6167">#6167</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/astral-sh/ruff/compare/v0.0.281...v0.0.282">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.281&new-version=0.0.282)](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 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 1, 2023
2 parents 4d96617 + 6efda88 commit 0107030
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 @@ -77,7 +77,7 @@ optional = true


[tool.poetry.group.linters.dependencies]
ruff = '>=0.0.265,<0.0.282'
ruff = '>=0.0.265,<0.0.283'


[tool.poetry.group.tests]
Expand Down

0 comments on commit 0107030

Please sign in to comment.