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 ^0.0.247 #48

Merged
merged 1 commit into from
Feb 20, 2023
Merged

Update dependency ruff to ^0.0.247 #48

merged 1 commit into from
Feb 20, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 19, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
ruff ^0.0.237 -> ^0.0.247 age adoption passing confidence

Release Notes

charliermarsh/ruff

v0.0.247

Compare Source

What's Changed

Rules
CLI
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.246...v0.0.247

v0.0.246

Compare Source

What's Changed

Breaking Changes
Rules
CLI
Settings
Autofix
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.245...v0.0.246

v0.0.245

Compare Source

What's Changed

Breaking Changes
Rules
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.244...v0.0.245

v0.0.244

Compare Source

What's Changed

Rules
Settings
Documentation
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.243...v0.0.244

v0.0.243

Compare Source

What's Changed

Rules
Bug Fixes

Full Changelog: astral-sh/ruff@v0.0.242...v0.0.243

v0.0.242

Compare Source

What's Changed

Rules
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.241...v0.0.242

v0.0.241

Compare Source

What's Changed

Deprecates
Rules
Features
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.240...v0.0.241

v0.0.240

Compare Source

What's Changed

Rules
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.239...v0.0.240

v0.0.239

Compare Source

What's Changed

Rules
Documentation
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.238...v0.0.239

v0.0.238

Compare Source

What's Changed

⚠️ Breaking Changes ⚠️
select, extend-select, ignore, and extend-ignore have new semantics (#​2312)

Previously, the interplay between select and its related options could lead to unexpected behavior. For example, ruff --select E501 --ignore ALL and ruff --select E501 --extend-ignore ALL behaved differently. (See #​2312 for more examples.)

The new semantics are such that Ruff uses the "highest-priority" select as the basis for the rule set, and then applies any extend-select, ignore, and extend-ignore adjustments. CLI options are given higher priority than pyproject.toml options, and the current pyproject.toml file is given higher priority than any inherited pyproject.toml files.

As an example: ruff --select F401 will select rule F401, and ignore any of the modifiers from the pyproject.toml, as the "highest-priorty" select kicks off the resolution chain.

This change is largely backwards compatible -- most users should experience no change in behavior. For more, see BREAKING_CHANGES.md.

remove-six-compat (UP016) has been removed (#​2332)

The remove-six-compat rule has been removed. This rule was only useful for one-time Python 2-to-3 upgrades.

Rules
Settings
Bug Fixes

New Contributors

Full Changelog: astral-sh/ruff@v0.0.237...v0.0.238


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 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.

@emmeowzing emmeowzing merged commit cce83ce into master Feb 20, 2023
@emmeowzing emmeowzing deleted the renovate/ruff-0.x branch February 20, 2023 00:58
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.

None yet

1 participant