From cf94b393159f6a5aa23d730aa1a43e99ed274471 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Sun, 15 Jan 2023 01:22:47 -0800
Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20ruff?=
=?UTF-8?q?=20to=20^0.0.222=20(#34)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [ruff](https://togithub.com/charliermarsh/ruff) | `^0.0.221` ->
`^0.0.222` |
[![age](https://badges.renovateapi.com/packages/pypi/ruff/0.0.222/age-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://badges.renovateapi.com/packages/pypi/ruff/0.0.222/adoption-slim)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://badges.renovateapi.com/packages/pypi/ruff/0.0.222/compatibility-slim/0.0.221)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://badges.renovateapi.com/packages/pypi/ruff/0.0.222/confidence-slim/0.0.221)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
charliermarsh/ruff
###
[`v0.0.222`](https://togithub.com/charliermarsh/ruff/releases/tag/v0.0.222)
[Compare
Source](https://togithub.com/charliermarsh/ruff/compare/v0.0.221...v0.0.222)
#### What's Changed
- Add support for namespace packages by
[@charliermarsh](https://togithub.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/1859](https://togithub.com/charliermarsh/ruff/pull/1859)
- Improve `SIM117` by [@harupy](https://togithub.com/harupy) in
[https://github.com/charliermarsh/ruff/pull/1867](https://togithub.com/charliermarsh/ruff/pull/1867)
- Bump RustPython by [@bluetech](https://togithub.com/bluetech)
in
[https://github.com/charliermarsh/ruff/pull/1836](https://togithub.com/charliermarsh/ruff/pull/1836)
- Split up the table corresponding to the pylint rules by
[@thomkeh](https://togithub.com/thomkeh) in
[https://github.com/charliermarsh/ruff/pull/1868](https://togithub.com/charliermarsh/ruff/pull/1868)
- Reduce APIs and add top-level doc comments by
[@not-my-profile](https://togithub.com/not-my-profile) in
[https://github.com/charliermarsh/ruff/pull/1866](https://togithub.com/charliermarsh/ruff/pull/1866)
- Add Dagster and SnowCLI by
[@charliermarsh](https://togithub.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/1870](https://togithub.com/charliermarsh/ruff/pull/1870)
- Introduce ruff::rules module by
[@not-my-profile](https://togithub.com/not-my-profile) in
[https://github.com/charliermarsh/ruff/pull/1865](https://togithub.com/charliermarsh/ruff/pull/1865)
- Make some internal APIs private by
[@not-my-profile](https://togithub.com/not-my-profile) in
[https://github.com/charliermarsh/ruff/pull/1874](https://togithub.com/charliermarsh/ruff/pull/1874)
- Remove --max-complexity from the CLI by
[@charliermarsh](https://togithub.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/1877](https://togithub.com/charliermarsh/ruff/pull/1877)
- Fix range of SIM201, 202, and 208 by
[@harupy](https://togithub.com/harupy) in
[https://github.com/charliermarsh/ruff/pull/1880](https://togithub.com/charliermarsh/ruff/pull/1880)
- Make the CI check for broken links in the Rust docs by
[@not-my-profile](https://togithub.com/not-my-profile) in
[https://github.com/charliermarsh/ruff/pull/1883](https://togithub.com/charliermarsh/ruff/pull/1883)
- Turn doc references into links by
[@charliermarsh](https://togithub.com/charliermarsh) in
[https://github.com/charliermarsh/ruff/pull/1878](https://togithub.com/charliermarsh/ruff/pull/1878)
#### New Contributors
- [@thomkeh](https://togithub.com/thomkeh) made their first
contribution in
[https://github.com/charliermarsh/ruff/pull/1868](https://togithub.com/charliermarsh/ruff/pull/1868)
**Full Changelog**:
https://github.com/charliermarsh/ruff/compare/v0.0.221...v0.0.222
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).
🚦 **Automerge**: Enabled.
â™» **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://app.renovatebot.com/dashboard#github/ixm-one/pytest-cmake-presets).
Signed-off-by: Renovate Bot
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
poetry.lock | 36 ++++++++++++++++++------------------
pyproject.toml | 2 +-
2 files changed, 19 insertions(+), 19 deletions(-)
diff --git a/poetry.lock b/poetry.lock
index 3638cf7..a210190 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -487,28 +487,28 @@ testing = ["filelock"]
[[package]]
name = "ruff"
-version = "0.0.221"
+version = "0.0.222"
description = "An extremely fast Python linter, written in Rust."
category = "dev"
optional = false
python-versions = ">=3.7"
files = [
- {file = "ruff-0.0.221-py3-none-macosx_10_7_x86_64.whl", hash = "sha256:b735528d251eb86075f634db26c690d8c3defd4913ac4ce962f007fc0092bf1a"},
- {file = "ruff-0.0.221-py3-none-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:72f12ee9606df88dfb02a9b5990f225731030a5ab905b014676f08299b5d30c9"},
- {file = "ruff-0.0.221-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2167953499e4dc18ca4fd613933e78481c71c12666b102d46f510f196b75c4af"},
- {file = "ruff-0.0.221-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:35fd3aea46e47b2446bd3f9586b715b75f46fabb0709b558d234c31c1ae344a3"},
- {file = "ruff-0.0.221-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ca39f9d47c51235269202a4d8485d41f680a96a2e4c405273712bd6f6a9c37be"},
- {file = "ruff-0.0.221-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:8ca045a1bfbfc4895ac7f5e1475a1bbba0d4094265d2ea2705fe623c7f122ab1"},
- {file = "ruff-0.0.221-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b5f9b261922c0c282e285dbc5139e1d2ce2cd4c21e0c197a051cabffc036ea55"},
- {file = "ruff-0.0.221-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:95f58724855668d06a06a4576619455c3a1975eb737981e2c4ed99cc5c07be3f"},
- {file = "ruff-0.0.221-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1a76630c0be9465fea9f86139cda449979d3e8bccd8e4c15a7cf09eb98282732"},
- {file = "ruff-0.0.221-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:bee59ad04f860f6287cf47d8bdaefa28784b54e269af489c58489f8dd329a3cb"},
- {file = "ruff-0.0.221-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:018e5d0d1030cf788c4936d65f32496c55a7a9ccc3b21c48bf4d8bcdf0f1a158"},
- {file = "ruff-0.0.221-py3-none-musllinux_1_2_i686.whl", hash = "sha256:a19f6719315ce2104725d0ef58d67996f5d979161e196bb35c7c8233b03a507d"},
- {file = "ruff-0.0.221-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:b1dc6521c250d165f5b9eef308b5b48fdef6b9b33f663727a0cb5e23a287a38b"},
- {file = "ruff-0.0.221-py3-none-win32.whl", hash = "sha256:1cf826ad2f715381da945622118303d44452497aa051863128e48e8e0cc6ab11"},
- {file = "ruff-0.0.221-py3-none-win_amd64.whl", hash = "sha256:9d0fcae190a927ce2593815da939854298ea13697525fd2f36e4391c484c0288"},
- {file = "ruff-0.0.221.tar.gz", hash = "sha256:df33eb39b07821075b14a73c3da42b055de1dca079b618ac73d8c606644b783b"},
+ {file = "ruff-0.0.222-py3-none-macosx_10_7_x86_64.whl", hash = "sha256:a69408325d18a72db68dfa2ae012d896c4a858f569df2fdec3f0981f9511ae8f"},
+ {file = "ruff-0.0.222-py3-none-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:2ee8077c56736cc174acde3bd5a9c58fe40304adb84c9a1be1b7cc1067129585"},
+ {file = "ruff-0.0.222-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f7b3eb6713d71c7d5096078d05a59ecc03685e63e8bf40bf85dcaef5260e9fec"},
+ {file = "ruff-0.0.222-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a59c02d39eb730a131a3ae927d02d63bf561c3c5a1fd154a34255b070796042f"},
+ {file = "ruff-0.0.222-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:01c719988bb46a9add73d82b0b8dbb762728f3dc448649b1e1a125cfd08e4ed9"},
+ {file = "ruff-0.0.222-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:c280e10c98721a2c4ec4d3eabedfc5020a8afcc45471b90fe0adf2dde520c28c"},
+ {file = "ruff-0.0.222-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:47806bfbc5a5a2054d372babb7f419945fb6a28928df3b760bc1ef2bb60c59b3"},
+ {file = "ruff-0.0.222-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81f349c318d7a46f96e684b4674a42fcdad6dbbc34b7cb6c9da08cf582d5980b"},
+ {file = "ruff-0.0.222-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:021664917d7f05716151d5b3005d0fd57b927a9b3e6af7bec31ebfb548baaebd"},
+ {file = "ruff-0.0.222-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:d2ec182152bc6119c7778b3935ca97c9be79e93587b9a433563bd97a269694cf"},
+ {file = "ruff-0.0.222-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:1ae2ceef2ae0fb17dad9d8ad5114fc745d01516991e5a0c6c0e6ecf2381714e7"},
+ {file = "ruff-0.0.222-py3-none-musllinux_1_2_i686.whl", hash = "sha256:de4df69483ad8ffa95390db42df5e16af62d45b0f8a2a7cf7a1b1485cf555bbe"},
+ {file = "ruff-0.0.222-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:e3730a7e09627ccdaaa17b2271ae53f163fc5142defcd0b649bc14def0ae48c8"},
+ {file = "ruff-0.0.222-py3-none-win32.whl", hash = "sha256:02500b9525c30db79a76b0089247ad51a43e6a69df2fa531d443bc0e2edbbf8a"},
+ {file = "ruff-0.0.222-py3-none-win_amd64.whl", hash = "sha256:7073acd51bdfdd9e3d7537957f6cf1e004c2b751ed815983fdd2342315366e67"},
+ {file = "ruff-0.0.222.tar.gz", hash = "sha256:141b8d5fa3e7d7cc146d10a7c4bc9ef44ab9281eecc2d3f677e7792d787dc0b5"},
]
[[package]]
@@ -571,4 +571,4 @@ typing-extensions = ">=3.7.4"
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
-content-hash = "8ef3b5c0a9620c736d78b25069c42cafbb2f0c5874ec2096fd843ea4158ed1ec"
+content-hash = "2846a7d5775265ca2f2334718fbce8bc12e835a59ecd7068f18fd83bb191d09e"
diff --git a/pyproject.toml b/pyproject.toml
index 6463edb..1feb2d8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -42,7 +42,7 @@ optional = true
pyright = "^1.1.285"
black = "^22.10.0"
isort = "^5.10.1"
-ruff = "^0.0.221"
+ruff = "^0.0.222"
pytest-xdist = "^3.1.0"
pytest-cov = "^4.0.0"
ninja = "^1.11.1"