Skip to content

Commit

Permalink
Bump ruff from 0.0.262 to 0.0.263 (#105)
Browse files Browse the repository at this point in the history
Bumps [ruff](https://github.com/charliermarsh/ruff) from 0.0.262 to
0.0.263.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/charliermarsh/ruff/releases">ruff's
releases</a>.</em></p>
<blockquote>
<h2>v0.0.263</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Rules</h3>
<ul>
<li>[<code>flake8-bugbear</code>] Add
<code>pytest.raises(Exception)</code> support to B017 by <a
href="https://github.com/alanhdu"><code>@​alanhdu</code></a> in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4052">charliermarsh/ruff#4052</a></li>
<li>[<code>flake8-import-conventions</code>] Implement new rule
<code>ICN003</code> to ban <code>from ... import ...</code> for selected
modules by <a
href="https://github.com/edgarrmondragon"><code>@​edgarrmondragon</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4040">charliermarsh/ruff#4040</a></li>
<li>[<code>pylint</code>] Implement PLE0302
<code>unexpected-special-method-signature</code> by <a
href="https://github.com/mccullocht"><code>@​mccullocht</code></a> in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4075">charliermarsh/ruff#4075</a></li>
<li>[<code>pep8-naming</code>] Ignore <code>N815</code> for
<code>TypedDict</code> fields by <a
href="https://github.com/JonathanPlasse"><code>@​JonathanPlasse</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4066">charliermarsh/ruff#4066</a></li>
</ul>
<h3>Bug Fixes</h3>
<ul>
<li>Avoid <code>PYI015</code> for valid default value without annotation
by <a
href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a> in
<a
href="https://redirect.github.com/charliermarsh/ruff/pull/4043">charliermarsh/ruff#4043</a></li>
<li>Avoid infinite-propagation of inline comments when force-splitting
imports by <a
href="https://github.com/charliermarsh"><code>@​charliermarsh</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4074">charliermarsh/ruff#4074</a></li>
<li>Fix SIM222 and SIM223 false positives and auto-fix by <a
href="https://github.com/JonathanPlasse"><code>@​JonathanPlasse</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4063">charliermarsh/ruff#4063</a></li>
<li>Unify positional and keyword arguments when checking for missing
arguments in docstring by <a
href="https://github.com/evanrittenhouse"><code>@​evanrittenhouse</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4067">charliermarsh/ruff#4067</a></li>
<li>Avoid <code>RUF008</code> if field annotation is immutable by <a
href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a> in
<a
href="https://redirect.github.com/charliermarsh/ruff/pull/4039">charliermarsh/ruff#4039</a></li>
<li>Increment priority should be (branch-local, global) by <a
href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a> in
<a
href="https://redirect.github.com/charliermarsh/ruff/pull/4070">charliermarsh/ruff#4070</a></li>
<li>Ignore <code>ClassVar</code> annotation for <code>RUF008</code>,
<code>RUF009</code> by <a
href="https://github.com/dhruvmanila"><code>@​dhruvmanila</code></a> in
<a
href="https://redirect.github.com/charliermarsh/ruff/pull/4081">charliermarsh/ruff#4081</a></li>
<li>Support --fix in watch mode by <a
href="https://github.com/evanrittenhouse"><code>@​evanrittenhouse</code></a>
in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4035">charliermarsh/ruff#4035</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/alanhdu"><code>@​alanhdu</code></a> made
their first contribution in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4052">charliermarsh/ruff#4052</a></li>
<li><a href="https://github.com/pronoym99"><code>@​pronoym99</code></a>
made their first contribution in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4055">charliermarsh/ruff#4055</a></li>
<li><a href="https://github.com/Secrus"><code>@​Secrus</code></a> made
their first contribution in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4085">charliermarsh/ruff#4085</a></li>
<li><a href="https://github.com/madkinsz"><code>@​madkinsz</code></a>
made their first contribution in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4084">charliermarsh/ruff#4084</a></li>
<li><a
href="https://github.com/mccullocht"><code>@​mccullocht</code></a> made
their first contribution in <a
href="https://redirect.github.com/charliermarsh/ruff/pull/4075">charliermarsh/ruff#4075</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/charliermarsh/ruff/compare/v0.0.262...v0.0.263">https://github.com/charliermarsh/ruff/compare/v0.0.262...v0.0.263</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/charliermarsh/ruff/commit/fd7ccb4c9e6d04770c9ac4e80bc279bd34e790de"><code>fd7ccb4</code></a>
Bump version to 0.0.263 (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4086">#4086</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/ae6f38344af18b5ff0eade919100b99cc5431e69"><code>ae6f383</code></a>
Unify positional and keyword arguments when checking for missing
arguments in...</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/bbf658d4c5e8fe4e54caaf333547187da25801bb"><code>bbf658d</code></a>
[<code>pylint</code>] Implement PLE0302
<code>unexpected-special-method-signature</code> (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4075">#4075</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/1f3b0fd6020245cc7b9ee0a9c44c8c78433553cb"><code>1f3b0fd</code></a>
Fix <code>SIM222</code> and <code>SIM223</code> false positives and
auto-fix (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4063">#4063</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/37483f3ac99dbd01ec314cb07946059a9f5427f2"><code>37483f3</code></a>
Ignore <code>ClassVar</code> annotation for <code>RUF008</code>,
<code>RUF009</code> (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4081">#4081</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/4d3a1e05816ed8b129a83cf8866383f1752fef96"><code>4d3a1e0</code></a>
Add <code>PrefectHQ/prefect</code> to list of ruff users (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4084">#4084</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/9e5f348a17a63f5f2cc42c5427df480f6bf639a8"><code>9e5f348</code></a>
Add Poetry to the list of projects using Ruff (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4085">#4085</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/5e91211e6d1bd3ac8c0ed996da59fdf2b05d83c9"><code>5e91211</code></a>
Add <code>in_boolean_test</code> to <code>Context</code> (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4072">#4072</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/df77595426cfe0c5e08f604d58ad62126318ba89"><code>df77595</code></a>
Move <code>Truthiness</code> into <code>ruff_python_ast</code> (<a
href="https://redirect.github.com/charliermarsh/ruff/issues/4071">#4071</a>)</li>
<li><a
href="https://github.com/charliermarsh/ruff/commit/407af6e0ae4c6bae2d736df16c6197ef584cdbfa"><code>407af6e</code></a>
Avoid infinite-propagation of inline comments when force-splitting
imports (#...</li>
<li>Additional commits viewable in <a
href="https://github.com/charliermarsh/ruff/compare/v0.0.262...v0.0.263">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.262&new-version=0.0.263)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 2, 2023
1 parent 6d048b3 commit c6205f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
colorlog==6.7.0
homeassistant==2023.2.0
pip>=21.0,<23.2
ruff==0.0.262
ruff==0.0.263

0 comments on commit c6205f9

Please sign in to comment.