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

chore(deps): update dependency ruff to v0.0.269 #606

Merged
merged 2 commits into from
May 23, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ruff (changelog) 0.0.252 -> 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

v0.0.265

Compare Source

What's Changed

Breaking Changes
Rules
Bug Fixes
CLI
Documentation

New Contributors

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

v0.0.264

Compare Source

What's Changed

Rules
Settings
Bug Fixes
Internal

Full Changelog: astral-sh/ruff@v0.0.263...v0.0.264

v0.0.263

Compare Source

What's Changed

Rules
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.262...v0.0.263

v0.0.262

Compare Source

What's Changed

Configuration
Rules
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.261...v0.0.262

v0.0.261

Compare Source

What's Changed

Rules
Bug Fixes
Core
Docs

New Contributors

Full Changelog: astral-sh/ruff@v0.0.260...v0.0.261

v0.0.260

Compare Source

What's Changed

Rules
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.259...v0.0.260

v0.0.259

Compare Source

Summary

Follow-up release to v0.0.258 to fix an issue related to rule resolution via select and ignore.

What's Changed

Bug Fixes

Full Changelog: astral-sh/ruff@v0.0.258...v0.0.259

v0.0.258

Compare Source

What's Changed

Rules

Configuration

📅 Schedule: Branch creation - "after 5pm on friday" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 the dependencies Issues and PRs related to dependency management label May 19, 2023
@renovate renovate bot force-pushed the renovate/ruff-0.x-lockfile branch 5 times, most recently from adae87f to 92e22d9 Compare May 21, 2023 02:24
@gforsyth gforsyth force-pushed the renovate/ruff-0.x-lockfile branch 2 times, most recently from 80736a2 to 636d88f Compare May 23, 2023 13:12
ibis-squawk-bot bot and others added 2 commits May 23, 2023 09:20
As with all pyupgrade rules, a royal pain to manage across 4 versions of Python.
@gforsyth gforsyth force-pushed the renovate/ruff-0.x-lockfile branch from 636d88f to 686050b Compare May 23, 2023 13:24
@renovate
Copy link
Contributor Author

renovate bot commented May 23, 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.

@gforsyth gforsyth merged commit 4635635 into main May 23, 2023
22 checks passed
@gforsyth gforsyth deleted the renovate/ruff-0.x-lockfile branch May 23, 2023 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Issues and PRs related to dependency management
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant