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.284 #131

Merged
merged 2 commits into from
Aug 13, 2023
Merged

chore(pre-commit): update ruff to v0.0.284 #131

merged 2 commits into from
Aug 13, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 20, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
astral-sh/ruff-pre-commit repository patch v0.0.272 -> v0.0.284 age adoption passing confidence
ruff (source, changelog) patch ==0.0.272 -> ==0.0.284 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

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.0.284

Compare Source

v0.0.283

Compare Source

v0.0.282

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.282

v0.0.281

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.281

v0.0.280

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.280

v0.0.279

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.279

v0.0.278

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.278

v0.0.277

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.277

v0.0.276

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/v0.0.276

v0.0.275

Compare Source

v0.0.274

Compare Source

v0.0.273

Compare Source

astral-sh/ruff (ruff)

v0.0.284

Compare Source

What's Changed

This release fixes a few bugs, notably the previous release announced a breaking change where the default target
Python version changed from 3.10 to 3.8 but the change was not applied. Thanks to @​rco-ableton for fixing this in
https://github.com/astral-sh/ruff/pull/6444

Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.283...v0.0.284

v0.0.283

Compare Source

What's Changed

Breaking Changes
Rules
Rule Changes
Bug Fixes
Playground
Other Changes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.282...v0.0.283

v0.0.282

Compare Source

What's Changed

Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.281...v0.0.282

v0.0.281

Compare Source

What's Changed

See the release blog post for more, including detailed descriptions of any newly added rules.

New rules
Rule changes
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.280...v0.0.281

v0.0.280

Compare Source

What's Changed

Bug Fixes

Full Changelog: astral-sh/ruff@v0.0.279...v0.0.280

v0.0.279

Compare Source

What's Changed

Rules
Rule changes
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.278...v0.0.279

v0.0.278

Compare Source

See the release blog post for more, including detailed descriptions of any newly added rules.

What's Changed

Rules
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.277...v0.0.278

v0.0.277

Compare Source

What's Changed

Breaking Changes
Rules
Settings
Bug Fixes

Full Changelog: astral-sh/ruff@v0.0.276...v0.0.277

v0.0.276

Compare Source

See the release blog post for more, including detailed descriptions of any newly added rules.

What's Changed

Highlights include: experimental support for linting Jupyter Notebooks.

To opt-in to linting Jupyter Notebook files, add the *.ipynb pattern to your include
setting, like so:

[tool.ruff]

### Allow Ruff to discover `*.ipynb` files.
include = ["*.py", "*.pyi", "**/pyproject.toml", "*.ipynb"]

This will prompt Ruff to discover Jupyter Notebook files in any specified directories, and lint them
accordingly.

Jupyter Notebook support is currently opt-in and experimental. We'd love your help testing it out.
Have feedback? Run into issues? Let us know!

New Rules
Jupyter
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.275...v0.0.276

v0.0.275

Compare Source

What's Changed

Highlights include a 7-10x decrease in Ruff's cache size.

Rules
Bug Fixes
  • Restore existing bindings when unbinding caught exceptions by [@​charliermarsh](http

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(pre-commit): update ruff to v0.0.273 chore(pre-commit): update ruff to v0.0.274 Jun 21, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.274 chore(pre-commit): update ruff to v0.0.275 Jun 22, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.275 chore(pre-commit): update ruff to v0.0.276 Jul 3, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.276 chore(pre-commit): update ruff to v0.0.277 Jul 5, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.277 chore(pre-commit): update ruff to v0.0.278 Jul 12, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.278 chore(pre-commit): update ruff to v0.0.280 Jul 23, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.280 chore(pre-commit): update ruff to v0.0.281 Jul 31, 2023
@renovate renovate bot force-pushed the renovate/ruff branch 2 times, most recently from 06344f3 to b1216e3 Compare August 1, 2023 20:50
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.281 chore(pre-commit): update ruff to v0.0.282 Aug 1, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.282 chore(pre-commit): update ruff to v0.0.283 Aug 8, 2023
@renovate renovate bot changed the title chore(pre-commit): update ruff to v0.0.283 chore(pre-commit): update ruff to v0.0.284 Aug 9, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Aug 13, 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 43391a6 into main Aug 13, 2023
13 checks passed
@scop scop deleted the renovate/ruff branch August 13, 2023 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant