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(pre-commit): update ruff to v0.0.272 #879

Merged
merged 2 commits into from
Jun 8, 2023
Merged

chore(pre-commit): update ruff to v0.0.272 #879

merged 2 commits into from
Jun 8, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
charliermarsh/ruff-pre-commit repository patch v0.0.247 -> v0.0.272 age adoption passing confidence
ruff (changelog) patch ==0.0.247 -> ==0.0.272 age adoption passing confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

charliermarsh/ruff-pre-commit

v0.0.272

Compare Source

v0.0.271

Compare Source

v0.0.270

Compare Source

v0.0.269

Compare Source

v0.0.267

Compare Source

v0.0.266

Compare Source

v0.0.265

Compare Source

v0.0.264

Compare Source

v0.0.263

Compare Source

v0.0.262

Compare Source

v0.0.261

Compare Source

v0.0.260

Compare Source

v0.0.259

Compare Source

v0.0.258

Compare Source

v0.0.257

Compare Source

v0.0.256

Compare Source

v0.0.255

Compare Source

v0.0.254

Compare Source

v0.0.253

Compare Source

v0.0.252

Compare Source

v0.0.251

Compare Source

v0.0.250

Compare Source

v0.0.249

Compare Source

v0.0.248

Compare Source

charliermarsh/ruff

v0.0.272

Compare Source

What's Changed

Breaking Changes
Rules
Bug Fixes

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

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates 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 changed the title chore(deps): update ruff to v0.0.248 chore(pre-commit): update ruff to v0.0.248 Feb 19, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.248 chore(pre-commit): update charliermarsh/ruff-pre-commit to v0.0.248 Feb 19, 2023
@akinomyoga akinomyoga added the bot label Feb 19, 2023
@renovate renovate bot changed the title chore(pre-commit): update charliermarsh/ruff-pre-commit to v0.0.248 chore(pre-commit): update ruff to v0.0.249 Feb 20, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.249 chore(pre-commit): update ruff to v0.0.250 Feb 21, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.250 chore(pre-commit): update ruff to v0.0.251 Feb 22, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.251 chore(pre-commit): update ruff to v0.0.252 Feb 22, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.252 chore(pre-commit): update ruff to v0.0.253 Feb 27, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.253 chore(pre-commit): update ruff to v0.0.254 Mar 4, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.254 chore(pre-commit): update ruff to v0.0.255 Mar 13, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.255 chore(pre-commit): update ruff to v0.0.256 Mar 15, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.256 chore(pre-commit): update ruff to v0.0.257 Mar 18, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.257 chore(pre-commit): update ruff Mar 22, 2023
@renovate renovate bot force-pushed the renovate/ruff branch 2 times, most recently from 16052a2 to 759261e Compare March 22, 2023 23:10
@renovate renovate bot changed the title chore(pre-commit): update ruff chore(pre-commit): update ruff to v0.0.258 Mar 22, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.258 chore(pre-commit): update ruff to v0.0.259 Mar 23, 2023
@renovate renovate bot force-pushed the renovate/ruff branch 2 times, most recently from fffcfe2 to 571fc44 Compare March 30, 2023 00:32
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.260 chore(pre-commit): update ruff to v0.0.261 Apr 5, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.261 chore(pre-commit): update ruff to v0.0.262 Apr 19, 2023
@renovate renovate bot force-pushed the renovate/ruff branch 2 times, most recently from f54a82a to 20a41d2 Compare April 25, 2023 09:02
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.262 chore(pre-commit): update ruff to v0.0.263 Apr 25, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.263 chore(pre-commit): update ruff to v0.0.264 May 2, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.264 chore(pre-commit): update ruff to v0.0.265 May 5, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.265 chore(pre-commit): update ruff May 12, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff chore(pre-commit): update ruff to v0.0.267 May 12, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.267 chore(pre-commit): update ruff to v0.0.269 May 18, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.269 chore(pre-commit): update ruff to v0.0.270 May 24, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.270 chore(pre-commit): update ruff Jun 7, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff chore(pre-commit): update ruff to v0.0.271 Jun 7, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.271 chore(pre-commit): update ruff to v0.0.272 Jun 8, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Jun 8, 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.

@scop scop merged commit 2bea08d into master Jun 8, 2023
0 of 7 checks passed
@scop scop deleted the renovate/ruff branch June 8, 2023 18:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants