charmed-kubernetes / kubernetes-dashboard-operator

Kubernetes dashboard operator. Report bugs at https://bugs.launchpad.net/kubernetes-dashboard-operator
Apache License 2.0
0 stars 2 forks source link

chore(deps): update dependency ruff to v0.0.235 #43

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ruff 0.0.231 -> 0.0.235 age adoption passing confidence

⚠ Dependency Lookup Warnings ⚠

Warnings were logged while processing this repo. Please check the logs for more information.


Release Notes

charliermarsh/ruff ### [`v0.0.235`](https://togithub.com/charliermarsh/ruff/releases/tag/v0.0.235) [Compare Source](https://togithub.com/charliermarsh/ruff/compare/v0.0.234...v0.0.235) #### Summary Follow-up release to `v0.0.234` to fix two non-fatal issues related to CLI output. (No new rules or functionality.) #### What's Changed - Avoid duplicate CI runs triggered by pushes to pull requests by [@​andersk](https://togithub.com/andersk) in [https://github.com/charliermarsh/ruff/pull/2178](https://togithub.com/charliermarsh/ruff/pull/2178) - Restore single-file license by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2180](https://togithub.com/charliermarsh/ruff/pull/2180) - Windows compatibility by [@​sbrugman](https://togithub.com/sbrugman) in [https://github.com/charliermarsh/ruff/pull/2033](https://togithub.com/charliermarsh/ruff/pull/2033) - Remove stray parenthesis from fixed errors message by [@​andersk](https://togithub.com/andersk) in [https://github.com/charliermarsh/ruff/pull/2181](https://togithub.com/charliermarsh/ruff/pull/2181) - Fix conflicting error message warning by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2182](https://togithub.com/charliermarsh/ruff/pull/2182) **Full Changelog**: https://github.com/charliermarsh/ruff/compare/v0.0.234...v0.0.235 ### [`v0.0.234`](https://togithub.com/charliermarsh/ruff/releases/tag/v0.0.234) [Compare Source](https://togithub.com/charliermarsh/ruff/compare/v0.0.233...v0.0.234) #### What's Changed - Move is_overlong to helpers by [@​ericroberts](https://togithub.com/ericroberts) in [https://github.com/charliermarsh/ruff/pull/2137](https://togithub.com/charliermarsh/ruff/pull/2137) - Update .pre-commit-config.yml by [@​JonathanPlasse](https://togithub.com/JonathanPlasse) in [https://github.com/charliermarsh/ruff/pull/2139](https://togithub.com/charliermarsh/ruff/pull/2139) - Avoid generating dirty call paths by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2144](https://togithub.com/charliermarsh/ruff/pull/2144) - Implement runtime-import-in-type-checking-block (TYP004) by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2146](https://togithub.com/charliermarsh/ruff/pull/2146) - Implement typing-only import detection (TYP001, TYP002, TYP003) by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2147](https://togithub.com/charliermarsh/ruff/pull/2147) - Add `#![warn(clippy::pedantic)]` to lib.rs and main.rs files by [@​not-my-profile](https://togithub.com/not-my-profile) in [https://github.com/charliermarsh/ruff/pull/2148](https://togithub.com/charliermarsh/ruff/pull/2148) - Treat Python 3.7 as minimum supported version by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2159](https://togithub.com/charliermarsh/ruff/pull/2159) - Avoid flagging unused loop variable (B007) with locals() by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2161](https://togithub.com/charliermarsh/ruff/pull/2161) - Avoid prefer-type-error (TRY004) with intermediary control flow by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2162](https://togithub.com/charliermarsh/ruff/pull/2162) - Add an FAQ on autofix by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2163](https://togithub.com/charliermarsh/ruff/pull/2163) - Avoid re-resolving settings for repeated paths by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2165](https://togithub.com/charliermarsh/ruff/pull/2165) - Suggest input format in error case by [@​spaceone](https://togithub.com/spaceone) in [https://github.com/charliermarsh/ruff/pull/2167](https://togithub.com/charliermarsh/ruff/pull/2167) - Re-add error wrapper in main.rs by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2168](https://togithub.com/charliermarsh/ruff/pull/2168) - fix: avoid flagging unused loop variable (B007) with globals(), vars() or eval() by [@​spaceone](https://togithub.com/spaceone) in [https://github.com/charliermarsh/ruff/pull/2166](https://togithub.com/charliermarsh/ruff/pull/2166) - Fix singular and plural for "error(s)" by [@​hugovk](https://togithub.com/hugovk) in [https://github.com/charliermarsh/ruff/pull/2157](https://togithub.com/charliermarsh/ruff/pull/2157) - Add Babel to readme by [@​akx](https://togithub.com/akx) in [https://github.com/charliermarsh/ruff/pull/2170](https://togithub.com/charliermarsh/ruff/pull/2170) - Add flake8-builtins options to README by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2173](https://togithub.com/charliermarsh/ruff/pull/2173) - Avoid reraise-no-cause for explicit reraises by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2174](https://togithub.com/charliermarsh/ruff/pull/2174) - Rename TYP rules to TYC by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2175](https://togithub.com/charliermarsh/ruff/pull/2175) - Actually, rename TYP rules to TCH by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2176](https://togithub.com/charliermarsh/ruff/pull/2176) **Full Changelog**: https://github.com/charliermarsh/ruff/compare/v0.0.233...v0.0.234 ### [`v0.0.233`](https://togithub.com/charliermarsh/ruff/releases/tag/v0.0.233) [Compare Source](https://togithub.com/charliermarsh/ruff/compare/v0.0.231...v0.0.233) This is a rerun of `v0.0.232` (unreleased) to address build failures on Windows. #### What's Changed - Move compare to helpers file by [@​ericroberts](https://togithub.com/ericroberts) in [https://github.com/charliermarsh/ruff/pull/2131](https://togithub.com/charliermarsh/ruff/pull/2131) - Enable executable checks on Windows by [@​charliermarsh](https://togithub.com/charliermarsh) in [https://github.com/charliermarsh/ruff/pull/2133](https://togithub.com/charliermarsh/ruff/pull/2133) **Full Changelog**: https://github.com/charliermarsh/ruff/compare/v0.0.232...v0.0.233

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.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 1 year ago

Branch automerge failure

This PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.