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

ruff 0.0.268 #131348

Merged
merged 2 commits into from May 18, 2023
Merged

ruff 0.0.268 #131348

merged 2 commits into from May 18, 2023

Conversation

chenrui333
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes

What's Changed

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

@github-actions github-actions bot added rust Rust use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels May 18, 2023
@github-actions
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 18, 2023
@BrewTestBot BrewTestBot added this pull request to the merge queue May 18, 2023
Merged via the queue into Homebrew:master with commit ae3316c May 18, 2023
11 checks passed
@github-actions github-actions bot added the outdated PR was locked due to age label Jun 18, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 18, 2023
@chenrui333 chenrui333 deleted the bump-ruff-0.0.268 branch January 22, 2024 13:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. outdated PR was locked due to age rust Rust use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants