Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

⬆️ Update dependency ruff to v0.0.269 #786

Merged
merged 2 commits into from
May 21, 2023
Merged

⬆️ Update dependency ruff to v0.0.269 #786

merged 2 commits into from
May 21, 2023

Conversation

renovate[bot]
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-commenter
Copy link

codecov-commenter commented May 13, 2023

Codecov Report

Merging #786 (b516c3b) into main (3f98084) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #786   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines          240       240           
  Branches        30        30           
=========================================
  Hits           240       240           
Impacted Files Coverage Δ
src/elgato/elgato.py 100.00% <100.00%> (ø)

@renovate renovate bot force-pushed the renovate/ruff-0.x branch 2 times, most recently from 34dbabd to ae24761 Compare May 16, 2023 03:56
@renovate renovate bot force-pushed the renovate/ruff-0.x branch from ae24761 to 0c10064 Compare May 18, 2023 22:18
@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 b5fab44 into main May 21, 2023
@frenck frenck deleted the renovate/ruff-0.x branch May 21, 2023 15:22
@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.

2 participants