Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
⬆️ dep-bump(deps): Bump the package-dependencies group across 1 direc…
…tory with 5 updates (#332) Bumps the package-dependencies group with 5 updates in the /rats-examples-sklearn directory: | Package | From | To | | --- | --- | --- | | [pandas](https://github.com/pandas-dev/pandas) | `2.2.2` | `2.2.3` | | [scikit-learn](https://github.com/scikit-learn/scikit-learn) | `1.5.1` | `1.5.2` | | [pyright](https://github.com/RobertCraigie/pyright-python) | `1.1.376` | `1.1.382.post1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.2` | `8.3.3` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.1` | `0.6.8` | Updates `pandas` from 2.2.2 to 2.2.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pandas-dev/pandas/releases">pandas's releases</a>.</em></p> <blockquote> <h2>Pandas 2.2.3</h2> <p>We are pleased to announce the release of pandas 2.2.3. This release includes some new features, bug fixes, and performance improvements. We recommend that all users upgrade to this version.</p> <p>See the <a href="https://pandas.pydata.org/pandas-docs/version/2.2.3/whatsnew/v2.2.3.html">full whatsnew</a> for a list of all the changes. Pandas 2.2.3 supports Python 3.9 and higher.</p> <p>The release will be available on the defaults and conda-forge channels:</p> <pre><code>conda install pandas </code></pre> <p>Or via PyPI:</p> <pre><code>python3 -m pip install --upgrade pandas </code></pre> <p>Please report any issues with the release on the <a href="https://github.com/pandas-dev/pandas/issues">pandas issue tracker</a>.</p> <p>Thanks to all the contributors who made this release possible.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pandas-dev/pandas/commit/0691c5cf90477d3503834d983f69350f250a6ff7"><code>0691c5c</code></a> RLS: 2.2.3</li> <li><a href="https://github.com/pandas-dev/pandas/commit/658dfddaec7548151db4c832a8472d732b1afec9"><code>658dfdd</code></a> relax cython bound</li> <li><a href="https://github.com/pandas-dev/pandas/commit/6891e90c4ed2a5c9843acbdb26a295faf1bfe386"><code>6891e90</code></a> Backport PR <a href="https://github.com/pandas-dev/pandas/issues/59847">#59847</a>: BLD: Build wheels for Python 3.13 on aarch64 as well</li> <li><a href="https://github.com/pandas-dev/pandas/commit/f108468a42932476754b359f33197da9faa06cd6"><code>f108468</code></a> RLS: 2.2.3</li> <li><a href="https://github.com/pandas-dev/pandas/commit/69587385668f0ce61c7fbfc7946a187f8835b194"><code>6958738</code></a> Backport PR <a href="https://github.com/pandas-dev/pandas/issues/59840">#59840</a>: BLD: Final release prep for 2.2.3 (<a href="https://github.com/pandas-dev/pandas/issues/59842">#59842</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/0bd98feb952d678dcd6da090529c7457db11ca1b"><code>0bd98fe</code></a> Backport PR <a href="https://github.com/pandas-dev/pandas/issues/59136">#59136</a> on branch 2.2.x (Upload 3.13 & free-threaded nightly wheel...</li> <li><a href="https://github.com/pandas-dev/pandas/commit/8d67e77d6aa1b13611c27a63b87f5912fe938f85"><code>8d67e77</code></a> Backport PR <a href="https://github.com/pandas-dev/pandas/issues/59836">#59836</a> on branch 2.2.x (BLD: Fix bad Cython annotation) (<a href="https://github.com/pandas-dev/pandas/issues/59837">#59837</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/f7b63786ace286fa8bd0fee1a75589d41883b6df"><code>f7b6378</code></a> Assorted backports for 2.2.x (<a href="https://github.com/pandas-dev/pandas/issues/59785">#59785</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/2127b4207abdbb355dbe32c66cfd50c16ff253b3"><code>2127b42</code></a> Backport <a href="https://github.com/pandas-dev/pandas/issues/59144">#59144</a> on 2.2.x / 2.3.x (remove ops div class to solve <a href="https://github.com/pandas-dev/pandas/issues/2137">#2137</a>) (<a href="https://github.com/pandas-dev/pandas/issues/59535">#59535</a>)</li> <li><a href="https://github.com/pandas-dev/pandas/commit/4a20adbd7d707f73491b930fe9a51e1607a7e070"><code>4a20adb</code></a> Backport PR <a href="https://github.com/pandas-dev/pandas/issues/59813">#59813</a> on branch 2.2.x (CI: Debug failing ARM builds) (<a href="https://github.com/pandas-dev/pandas/issues/59828">#59828</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pandas-dev/pandas/compare/v2.2.2...v2.2.3">compare view</a></li> </ul> </details> <br /> Updates `scikit-learn` from 1.5.1 to 1.5.2 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/scikit-learn/scikit-learn/releases">scikit-learn's releases</a>.</em></p> <blockquote> <h2>Scikit-learn 1.5.2</h2> <p>We're happy to announce the 1.5.2 release.</p> <p>This release contains fixes for a few regressions introduced in 1.5.</p> <p>You can see the changelog here: <a href="https://scikit-learn.org/stable/whats_new/v1.5.html#version-1-5-2">https://scikit-learn.org/stable/whats_new/v1.5.html#version-1-5-2</a></p> <p>You can upgrade with pip as usual:</p> <pre><code>pip install -U scikit-learn </code></pre> <p>The conda-forge builds can be installed using:</p> <pre><code>conda install -c conda-forge scikit-learn </code></pre> <p>Thanks to everyone who contributed to this release !</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/156ef141f3b270edb06c8ae9af37c55253c0aabe"><code>156ef14</code></a> [cd build] trigger ci/cd</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/40c7416925b1a41aa36d02f9fa4aa00622fd6970"><code>40c7416</code></a> DOC update the list of contributors for 1.5.2 (<a href="https://github.com/scikit-learn/scikit-learn/issues/29819">#29819</a>)</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/c119c7e09d4be52b7d4b61f53555e41f55c58553"><code>c119c7e</code></a> DOC add orphan option to developers/index.rst</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/4d838dc5d52aab22016d403f987d7c58fc373576"><code>4d838dc</code></a> TST fix tolerance as in <a href="https://github.com/scikit-learn/scikit-learn/issues/29400">#29400</a></li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/2e79f521fe0ab3edd5b1a312ab15ac4e22c3bc55"><code>2e79f52</code></a> DOC fix entry in changelog for backport happening in 1.5.2 (<a href="https://github.com/scikit-learn/scikit-learn/issues/29815">#29815</a>)</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/c735641b5b2caeb8268c4dc658f96d76cf36aa91"><code>c735641</code></a> MAINT install setuptools for debian-32bits</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/c993dd29e4fe8cee32f62e286b3399b89c51916c"><code>c993dd2</code></a> DOC update repr for NumPy 2.0</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/8ade4f56d2f8ee57fcc691a8f069daca53b17891"><code>8ade4f5</code></a> MAINT bump from 1.5.1 to 1.5.2</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/04b71d208ce55417c904818e47f41890b960ee5b"><code>04b71d2</code></a> FIX solve conflict git</li> <li><a href="https://github.com/scikit-learn/scikit-learn/commit/b5b5017954c30404bc44c0c788df62c92037a257"><code>b5b5017</code></a> MAINT update lock file</li> <li>Additional commits viewable in <a href="https://github.com/scikit-learn/scikit-learn/compare/1.5.1...1.5.2">compare view</a></li> </ul> </details> <br /> Updates `pyright` from 1.1.376 to 1.1.382.post1 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/RobertCraigie/pyright-python/releases">pyright's releases</a>.</em></p> <blockquote> <h2>v1.1.382.post1</h2> <p>No release notes provided.</p> <h2>v1.1.382.post0</h2> <p>This release fixes a regression with <code>nodeenv</code> support in the <code>v1.1.382</code> release</p> <h2>v1.1.382</h2> <p>No release notes provided.</p> <h2>v1.1.381</h2> <p>No release notes provided.</p> <h2>v1.1.380</h2> <p>No release notes provided.</p> <h2>v1.1.379</h2> <p>No release notes provided.</p> <h2>v1.1.378</h2> <p>No release notes provided.</p> <h2>v1.1.377</h2> <p>No release notes provided.</p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/RobertCraigie/pyright-python/commit/74d008809f97db1400a934b60c691a31f0cb6af3"><code>74d0088</code></a> chore: release v1.1.382.post1 (<a href="https://github.com/RobertCraigie/pyright-python/issues/310">#310</a>)</li> <li><a href="https://github.com/RobertCraigie/pyright-python/commit/1ce7b237f3288d533e36c4564569e2b4b9cba447"><code>1ce7b23</code></a> fix: avoid warning for .post versions (<a href="https://github.com/RobertCraigie/pyright-python/issues/309">#309</a>)</li> <li><a href="https://github.com/RobertCraigie/pyright-python/commit/c61cac83b57a8b52280ad2493f6c5d633d8be8ef"><code>c61cac8</code></a> chore: release v1.1.382.post0 (<a href="https://github.com/RobertCraigie/pyright-python/issues/307">#307</a>)</li> <li><a href="https://github.com/RobertCraigie/pyright-python/commit/f8e738397b237b3caa58d174fb94e2a4c887bd38"><code>f8e7383</code></a> CI: correct setup for nodeenv testing (<a href="https://github.com/RobertCraigie/pyright-python/issues/306">#306</a>)</li> <li><a href="https://github.com/RobertCraigie/pyright-python/commit/276e381d86df9da5a240f966107f485e594bc64a"><code>276e381</code></a> fix: correct nodeenv environment (<a href="https://github.com/RobertCraigie/pyright-python/issues/305">#305</a>)</li> <li><a href="https://github.com/RobertCraigie/pyright-python/commit/05e4563350ad8c9b4a0b43a26eaf80953bb0f095"><code>05e4563</code></a> Pyright NPM Package update to 1.1.382 (<a href="https://github.com/RobertCraigie/pyright-python/issues/303">#303</a>)</li> <li><a href="https://github.com/RobertCraigie/pyright-python/commit/0bf95f92cb33995e4429ba1e6fd5712bef976229"><code>0bf95f9</code></a> refactor(internal): switch to src dir (<a href="https://github.com/RobertCraigie/pyright-python/issues/301">#301</a>)</li> <li><a href="https://github.com/RobertCraigie/pyright-python/commit/f4beb25cfebde2357e51483d93259ad850c7073e"><code>f4beb25</code></a> feat(cli): mention nodejs extra if nodeenv install fails</li> <li><a href="https://github.com/RobertCraigie/pyright-python/commit/e2d0748d4afe19a3af78b58422dba11a631484a7"><code>e2d0748</code></a> feat: add support for nodejs-wheel</li> <li><a href="https://github.com/RobertCraigie/pyright-python/commit/9edbff05cc81d521063d6e98ef317670e8ef651a"><code>9edbff0</code></a> chore(internal): fix dev requirements</li> <li>Additional commits viewable in <a href="https://github.com/RobertCraigie/pyright-python/compare/v1.1.376...v1.1.382.post1">compare view</a></li> </ul> </details> <br /> Updates `pytest` from 8.3.2 to 8.3.3 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/pytest-dev/pytest/releases">pytest's releases</a>.</em></p> <blockquote> <h2>8.3.3</h2> <h1>pytest 8.3.3 (2024-09-09)</h1> <h2>Bug fixes</h2> <ul> <li> <p><a href="https://github.com/pytest-dev/pytest/issues/12446">#12446</a>: Avoid calling <code>@Property</code> (and other instance descriptors) during fixture discovery -- by <code>asottile</code>{.interpreted-text role="user"}</p> </li> <li> <p><a href="https://github.com/pytest-dev/pytest/issues/12659">#12659</a>: Fixed the issue of not displaying assertion failure differences when using the parameter <code>--import-mode=importlib</code> in pytest>=8.1.</p> </li> <li> <p><a href="https://github.com/pytest-dev/pytest/issues/12667">#12667</a>: Fixed a regression where type change in [ExceptionInfo.errisinstance]{.title-ref} caused [mypy]{.title-ref} to fail.</p> </li> <li> <p><a href="https://github.com/pytest-dev/pytest/issues/12744">#12744</a>: Fixed typing compatibility with Python 3.9 or less -- replaced [typing.Self]{.title-ref} with [typing_extensions.Self]{.title-ref} -- by <code>Avasam</code>{.interpreted-text role="user"}</p> </li> <li> <p><a href="https://github.com/pytest-dev/pytest/issues/12745">#12745</a>: Fixed an issue with backslashes being incorrectly converted in nodeid paths on Windows, ensuring consistent path handling across environments.</p> </li> <li> <p><a href="https://github.com/pytest-dev/pytest/issues/6682">#6682</a>: Fixed bug where the verbosity levels where not being respected when printing the "msg" part of failed assertion (as in <code>assert condition, msg</code>).</p> </li> <li> <p><a href="https://github.com/pytest-dev/pytest/issues/9422">#9422</a>: Fix bug where disabling the terminal plugin via <code>-p no:terminal</code> would cause crashes related to missing the <code>verbose</code> option.</p> <p>-- by <code>GTowers1</code>{.interpreted-text role="user"}</p> </li> </ul> <h2>Improved documentation</h2> <ul> <li><a href="https://github.com/pytest-dev/pytest/issues/12663">#12663</a>: Clarify that the [pytest_deselected]{.title-ref} hook should be called from [pytest_collection_modifyitems]{.title-ref} hook implementations when items are deselected.</li> <li><a href="https://github.com/pytest-dev/pytest/issues/12678">#12678</a>: Remove erroneous quotes from [tmp_path_retention_policy]{.title-ref} example in docs.</li> </ul> <h2>Miscellaneous internal changes</h2> <ul> <li><a href="https://github.com/pytest-dev/pytest/issues/12769">#12769</a>: Fix typos discovered by codespell and add codespell to pre-commit hooks.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/pytest-dev/pytest/commit/d0f136fe64f9374f18a04562305b178fb380d1ec"><code>d0f136f</code></a> build(deps): Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.1 (<a href="https://github.com/pytest-dev/pytest/issues/12790">#12790</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/972f307c7861ae498e705d3d12e003fa4b035ac0"><code>972f307</code></a> Prepare release version 8.3.3</li> <li><a href="https://github.com/pytest-dev/pytest/commit/0dabdcfe4de99147a07bd577804b60818ea25bc4"><code>0dabdcf</code></a> Include co-authors in release announcement (<a href="https://github.com/pytest-dev/pytest/issues/12795">#12795</a>) (<a href="https://github.com/pytest-dev/pytest/issues/12797">#12797</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/a9910a413a691e1b216e2235a9cbec0921117702"><code>a9910a4</code></a> Do not discover properties when iterating fixtures (<a href="https://github.com/pytest-dev/pytest/issues/12781">#12781</a>) (<a href="https://github.com/pytest-dev/pytest/issues/12788">#12788</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/0f10b6b0d8138d3539de75cb7b2e33167b6fc882"><code>0f10b6b</code></a> Fix issue with slashes being turned into backslashes on Windows (<a href="https://github.com/pytest-dev/pytest/issues/12760">#12760</a>) (<a href="https://github.com/pytest-dev/pytest/issues/12">#12</a>...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/300d13d2231db85186729c2091ea33480cb39c1a"><code>300d13d</code></a> Merge pull request <a href="https://github.com/pytest-dev/pytest/issues/12785">#12785</a> from pytest-dev/patchback/backports/8.3.x/57cccf7f4...</li> <li><a href="https://github.com/pytest-dev/pytest/commit/e5d32c73abcf4fa1362b15aaf660074de8f710d4"><code>e5d32c7</code></a> Merge pull request <a href="https://github.com/pytest-dev/pytest/issues/12784">#12784</a> from svenevs/fix/docs-example-parametrize-minor-typo</li> <li><a href="https://github.com/pytest-dev/pytest/commit/bc913d194ec009699194b016ca619d5ae7f22c91"><code>bc913d1</code></a> Streamline checks for verbose option (<a href="https://github.com/pytest-dev/pytest/issues/12706">#12706</a>) (<a href="https://github.com/pytest-dev/pytest/issues/12778">#12778</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/01cfcc9f2dda817b25511772593012fd93e092d0"><code>01cfcc9</code></a> Fix typos and introduce codespell pre-commit hook (<a href="https://github.com/pytest-dev/pytest/issues/12769">#12769</a>) (<a href="https://github.com/pytest-dev/pytest/issues/12774">#12774</a>)</li> <li><a href="https://github.com/pytest-dev/pytest/commit/4873394d53635ef62d1915d23972ed4281a784eb"><code>4873394</code></a> doc: Remove past training (<a href="https://github.com/pytest-dev/pytest/issues/12772">#12772</a>) (<a href="https://github.com/pytest-dev/pytest/issues/12773">#12773</a>)</li> <li>Additional commits viewable in <a href="https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3">compare view</a></li> </ul> </details> <br /> Updates `ruff` from 0.6.1 to 0.6.8 <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>0.6.8</h2> <h2>Release Notes</h2> <h3>Preview features</h3> <ul> <li>Remove unnecessary parentheses around <code>match case</code> clauses (<a href="https://github.com/astral-sh/ruff/pull/13510">#13510</a>)</li> <li>Parenthesize overlong <code>if</code> guards in <code>match..case</code> clauses (<a href="https://github.com/astral-sh/ruff/pull/13513">#13513</a>)</li> <li>Detect basic wildcard imports in <code>ruff analyze graph</code> (<a href="https://github.com/astral-sh/ruff/pull/13486">#13486</a>)</li> <li>[<code>pylint</code>] Implement <code>boolean-chained-comparison</code> (<code>R1716</code>) (<a href="https://github.com/astral-sh/ruff/pull/13435">#13435</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>lake8-simplify</code>] Detect <code>SIM910</code> when using variadic keyword arguments, i.e., <code>**kwargs</code> (<a href="https://github.com/astral-sh/ruff/pull/13503">#13503</a>)</li> <li>[<code>pyupgrade</code>] Avoid false negatives with non-reference shadowed bindings of loop variables (<code>UP028</code>) (<a href="https://github.com/astral-sh/ruff/pull/13504">#13504</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Detect tuples bound to variadic positional arguments i.e. <code>*args</code> (<a href="https://github.com/astral-sh/ruff/pull/13512">#13512</a>)</li> <li>Exit gracefully on broken pipe errors (<a href="https://github.com/astral-sh/ruff/pull/13485">#13485</a>)</li> <li>Avoid panic when analyze graph hits broken pipe (<a href="https://github.com/astral-sh/ruff/pull/13484">#13484</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Reuse <code>BTreeSets</code> in module resolver (<a href="https://github.com/astral-sh/ruff/pull/13440">#13440</a>)</li> <li>Skip traversal for non-compound statements (<a href="https://github.com/astral-sh/ruff/pull/13441">#13441</a>)</li> </ul> <h2>Contributors</h2> <ul> <li><a href="https://github.com/MichaReiser"><code>@MichaReiser</code></a></li> <li><a href="https://github.com/TomerBin"><code>@TomerBin</code></a></li> <li><a href="https://github.com/charliermarsh"><code>@charliermarsh</code></a></li> <li><a href="https://github.com/diceroll123"><code>@diceroll123</code></a></li> <li><a href="https://github.com/dylwil3"><code>@dylwil3</code></a></li> <li><a href="https://github.com/haarisr"><code>@haarisr</code></a></li> <li><a href="https://github.com/renovate"><code>@renovate</code></a></li> <li><a href="https://github.com/sbrugman"><code>@sbrugman</code></a></li> <li><a href="https://github.com/vincevannoort"><code>@vincevannoort</code></a></li> <li><a href="https://github.com/zanieb"><code>@zanieb</code></a></li> </ul> <h2>Install ruff 0.6.8</h2> <h3>Install prebuilt binaries via shell script</h3> <pre lang="sh"><code>curl --proto '=https' --tlsv1.2 -LsSf https://github.com/astral-sh/ruff/releases/download/0.6.8/ruff-installer.sh | sh </code></pre> <h3>Install prebuilt binaries via powershell script</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md">ruff's changelog</a>.</em></p> <blockquote> <h2>0.6.8</h2> <h3>Preview features</h3> <ul> <li>Remove unnecessary parentheses around <code>match case</code> clauses (<a href="https://github.com/astral-sh/ruff/pull/13510">#13510</a>)</li> <li>Parenthesize overlong <code>if</code> guards in <code>match..case</code> clauses (<a href="https://github.com/astral-sh/ruff/pull/13513">#13513</a>)</li> <li>Detect basic wildcard imports in <code>ruff analyze graph</code> (<a href="https://github.com/astral-sh/ruff/pull/13486">#13486</a>)</li> <li>[<code>pylint</code>] Implement <code>boolean-chained-comparison</code> (<code>R1716</code>) (<a href="https://github.com/astral-sh/ruff/pull/13435">#13435</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>lake8-simplify</code>] Detect <code>SIM910</code> when using variadic keyword arguments, i.e., <code>**kwargs</code> (<a href="https://github.com/astral-sh/ruff/pull/13503">#13503</a>)</li> <li>[<code>pyupgrade</code>] Avoid false negatives with non-reference shadowed bindings of loop variables (<code>UP028</code>) (<a href="https://github.com/astral-sh/ruff/pull/13504">#13504</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Detect tuples bound to variadic positional arguments i.e. <code>*args</code> (<a href="https://github.com/astral-sh/ruff/pull/13512">#13512</a>)</li> <li>Exit gracefully on broken pipe errors (<a href="https://github.com/astral-sh/ruff/pull/13485">#13485</a>)</li> <li>Avoid panic when analyze graph hits broken pipe (<a href="https://github.com/astral-sh/ruff/pull/13484">#13484</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Reuse <code>BTreeSets</code> in module resolver (<a href="https://github.com/astral-sh/ruff/pull/13440">#13440</a>)</li> <li>Skip traversal for non-compound statements (<a href="https://github.com/astral-sh/ruff/pull/13441">#13441</a>)</li> </ul> <h2>0.6.7</h2> <h3>Preview features</h3> <ul> <li>Add Python version support to ruff analyze CLI (<a href="https://github.com/astral-sh/ruff/pull/13426">#13426</a>)</li> <li>Add <code>exclude</code> support to <code>ruff analyze</code> (<a href="https://github.com/astral-sh/ruff/pull/13425">#13425</a>)</li> <li>Fix parentheses around return type annotations (<a href="https://github.com/astral-sh/ruff/pull/13381">#13381</a>)</li> </ul> <h3>Rule changes</h3> <ul> <li>[<code>pycodestyle</code>] Fix: Don't autofix if the first line ends in a question mark? (D400) (<a href="https://github.com/astral-sh/ruff/pull/13399">#13399</a>)</li> </ul> <h3>Bug fixes</h3> <ul> <li>Respect <code>lint.exclude</code> in ruff check <code>--add-noqa</code> (<a href="https://github.com/astral-sh/ruff/pull/13427">#13427</a>)</li> </ul> <h3>Performance</h3> <ul> <li>Avoid tracking module resolver files in Salsa (<a href="https://github.com/astral-sh/ruff/pull/13437">#13437</a>)</li> <li>Use <code>forget</code> for module resolver database (<a href="https://github.com/astral-sh/ruff/pull/13438">#13438</a>)</li> </ul> <h2>0.6.6</h2> <h3>Preview features</h3> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/astral-sh/ruff/commit/ae39ce56c0cc1f8ac15f980c0b457b16b67c1f2a"><code>ae39ce5</code></a> Bump version to 0.6.8 (<a href="https://github.com/astral-sh/ruff/issues/13522">#13522</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/ff2d214e112e7c1183a818cccb8d66b014eee0e7"><code>ff2d214</code></a> Don't skip over imports and other nodes containing nested statements in impor...</li> <li><a href="https://github.com/astral-sh/ruff/commit/9442cd8fae338e869a0be92b3b17b8dda3562238"><code>9442cd8</code></a> Parenthesize <code>match..case</code> <code>if</code> guards (<a href="https://github.com/astral-sh/ruff/issues/13513">#13513</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/8012707348aac296124542b5e5217b1ec833fb7b"><code>8012707</code></a> Align formatting of patterns in match-cases with expression formatting in cla...</li> <li><a href="https://github.com/astral-sh/ruff/commit/d7ffe460546164e57c66daee51f53bdcb811eeaf"><code>d7ffe46</code></a> Disable the <code>typeset</code> plugin (<a href="https://github.com/astral-sh/ruff/issues/13517">#13517</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/7c83af419cc04b07e3bafaff8c233a5ffa447daf"><code>7c83af4</code></a> red-knot: Implement the <code>not</code> operator for all <code>Type</code> variants (<a href="https://github.com/astral-sh/ruff/issues/13432">#13432</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/bbb044ebda2890061dba6ec53d3d55e0932041ba"><code>bbb044e</code></a> Detect tuples bound to variadic positional arguments i.e. <code>*args</code> (<a href="https://github.com/astral-sh/ruff/issues/13512">#13512</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/481065238b7f90fe756aa6bd989cf9d3973d4654"><code>4810652</code></a> Avoid UP028 false negatives with non-reference shadowed bindings of loop vari...</li> <li><a href="https://github.com/astral-sh/ruff/commit/11f06e0d5524ada77ee6faa5304d25319031f115"><code>11f06e0</code></a> Detect SIM910 when using variadic keyword arguments, i.e., <code>**kwargs</code> (<a href="https://github.com/astral-sh/ruff/issues/13503">#13503</a>)</li> <li><a href="https://github.com/astral-sh/ruff/commit/f27a8b8c7abdd06c6b24b86791db31aa4295a6c7"><code>f27a8b8</code></a> [internal] <code>ComparableExpr</code> (f)strings and bytes made invariant under concate...</li> <li>Additional commits viewable in <a href="https://github.com/astral-sh/ruff/compare/0.6.1...0.6.8">compare view</a></li> </ul> </details> <br /> 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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information