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.271 #46

Merged
merged 1 commit into from
Jun 7, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 31, 2023

Mend Renovate

This PR contains the following updates:

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

Release Notes

charliermarsh/ruff

v0.0.271

Compare Source

What's Changed

Rules
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.270...v0.0.271

v0.0.270

Compare Source

What's Changed

Rules
Settings
Bug Fixes

New Contributors

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

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

Configuration

📅 Schedule: Branch creation - "before 4am" (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 force-pushed the renovate/ruff-0.x branch 2 times, most recently from 2da0af2 to b737c7f Compare April 5, 2023 03:14
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.0.260 chore(deps): update dependency ruff to v0.0.261 Apr 5, 2023
@renovate renovate bot force-pushed the renovate/ruff-0.x branch from b737c7f to 01bd271 Compare April 20, 2023 01:06
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.0.261 chore(deps): update dependency ruff to v0.0.262 Apr 20, 2023
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.0.262 chore(deps): update dependency ruff to v0.0.263 Apr 25, 2023
@renovate renovate bot force-pushed the renovate/ruff-0.x branch 2 times, most recently from 3d02a79 to 35f6422 Compare May 2, 2023 08:23
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.0.263 chore(deps): update dependency ruff to v0.0.264 May 2, 2023
@renovate renovate bot force-pushed the renovate/ruff-0.x branch from 35f6422 to d5261e1 Compare May 5, 2023 20:00
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.0.264 chore(deps): update dependency ruff to v0.0.265 May 5, 2023
@renovate renovate bot force-pushed the renovate/ruff-0.x branch from d5261e1 to e6b4ad4 Compare May 12, 2023 21:23
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.0.265 chore(deps): update dependency ruff to v0.0.267 May 12, 2023
@renovate renovate bot force-pushed the renovate/ruff-0.x branch from e6b4ad4 to 4d271b0 Compare May 18, 2023 21:14
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.0.267 chore(deps): update dependency ruff to v0.0.269 May 18, 2023
@renovate renovate bot force-pushed the renovate/ruff-0.x branch from 4d271b0 to 4cadfe9 Compare May 24, 2023 20:27
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.0.269 chore(deps): update dependency ruff to v0.0.270 May 24, 2023
@renovate renovate bot force-pushed the renovate/ruff-0.x branch from 4cadfe9 to 30ef02f Compare June 7, 2023 00:40
@renovate renovate bot changed the title chore(deps): update dependency ruff to v0.0.270 chore(deps): update dependency ruff to v0.0.271 Jun 7, 2023
@renovate renovate bot merged commit 7bbfc47 into main Jun 7, 2023
@renovate renovate bot deleted the renovate/ruff-0.x branch June 7, 2023 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants