Skip to content

Comments

⬆️ Update dependency ruff to v0.0.269#1015

Merged
frenck merged 2 commits intomainfrom
renovate/ruff-0.x
May 21, 2023
Merged

⬆️ Update dependency ruff to v0.0.269#1015
frenck merged 2 commits intomainfrom
renovate/ruff-0.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented May 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ruff (changelog) 0.0.265 -> 0.0.269 age adoption passing confidence

Release Notes

charliermarsh/ruff

v0.0.269

Compare Source

What's Changed

(This is a rerelease of v0.0.268, which didn't make it to PyPI due to user error. As such, the release notes are copied below.)

pycodestyle

This release includes optimized implementations of a large portion of pycodestyle, for those that use Ruff without an autoformatter.

In this initial release, the rules are being introduced under a "nursery" flag, which requires that users explicitly select them (e.g., select = ["E111"]); in other words, these rules are not yet enabled via select = ["E"].

If you're interested in testing the pycodestyle rules, you can enable them via:

select = [
    "E111", "E112", "E113", "E114", "E115", "E116", "E117",
    "E201", "E202", "E203", "E211", "E221", "E222", "E223",
    "E224", "E225", "E226", "E227", "E228", "E231", "E251",
    "E252", "E261", "E262", "E265", "E266", "E271", "E272",
    "E273", "E274", "E275",
]

These rules will be included as part of the E category in a future release.

Breaking Changes
Rules
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.267...v0.0.269

v0.0.267

Compare Source

Summary

Follow-up release to v0.0.266 to fix an issue with python -m ruff- and import ruff-based workflows.

(No new rules or functionality.)

What's Changed

Rules
Other Changes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.266...v0.0.267

v0.0.266

Compare Source

What's Changed

Breaking Changes
Rules
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.265...v0.0.266


Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), 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. View repository job log here.

@renovate renovate bot added dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot. python labels May 13, 2023
@codecov
Copy link

codecov bot commented May 13, 2023

Codecov Report

Merging #1015 (9f87f8c) into main (7e73b7d) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main    #1015   +/-   ##
=======================================
  Coverage   57.95%   57.95%           
=======================================
  Files           4        4           
  Lines         597      597           
  Branches      132      132           
=======================================
  Hits          346      346           
  Misses        230      230           
  Partials       21       21           
Impacted Files Coverage Δ
src/wled/models.py 75.60% <100.00%> (ø)
src/wled/wled.py 39.66% <100.00%> (ø)

@renovate renovate bot force-pushed the renovate/ruff-0.x branch 3 times, most recently from 2c23c0e to 6f79323 Compare May 18, 2023 04:27
@renovate renovate bot force-pushed the renovate/ruff-0.x branch from 6f79323 to c32bef5 Compare May 18, 2023 21:48
@renovate renovate bot changed the title ⬆️ Update dependency ruff to v0.0.267 ⬆️ Update dependency ruff to v0.0.269 May 18, 2023
@renovate
Copy link
Contributor Author

renovate bot commented May 21, 2023

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

Warning: custom changes will be lost.

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@frenck frenck merged commit a31d5b2 into main May 21, 2023
@frenck frenck deleted the renovate/ruff-0.x branch May 21, 2023 16:00
@github-actions github-actions bot locked and limited conversation to collaborators May 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Upgrade or downgrade of project dependencies. no-stale This issue or PR is exempted from the stable bot.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant