chore(deps-dev): bump ruff from 0.5.7 to 0.8.3#1041
Closed
dependabot[bot] wants to merge 1 commit into
Closed
Conversation
Contributor
There was a problem hiding this comment.
Disclaimer: Experimental PR review
PR Summary
Updates the version constraint for the 'ruff' linting tool development dependency to allow newer minor versions up to 0.9.0, bringing in additional linting capabilities and bug fixes.
- Modified
pyproject.tomlto update ruff version constraint from<0.6.0to<0.9.0 - Includes new linting rules like
RUF051(if-key-in-dict-del) andRUF052(used-dummy-variable) - Adds fixes for several flake8 plugins including bugbear, pytest-style, and comprehensions
- Dependabot automation will handle testing and merging through CI workflows
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.7 to 0.8.3. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.5.7...0.8.3) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
97a1d72 to
5004b88
Compare
Contributor
There was a problem hiding this comment.
Disclaimer: Experimental PR review
PR Summary
This PR continues updating the ruff linting tool with additional features and bug fixes in version 0.8.3.
- Adds new Airflow-specific linting rules and fixes for deprecated keyword arguments (AIR302)
- Improves error messages for
except*handling in flake8-bugbear (B025, B029, B030, B904) - Fixes false positives in pylint warnings for string multiplication (PLW1508)
- Enhances autofix capabilities for several rules including PERF401 and RUF052
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
Contributor
Author
|
Superseded by #1049. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps ruff from 0.5.7 to 0.8.3.
Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
53f2d72Revert certain double quotes from workflow shell script (#14939)3629cbfUse double quotes consistently for shell scripts (#14938)37f4338Bump version to 0.8.3 (#14937)45b565c[red-knot]Anycannot be parameterized (#14933)82faa9bAdd tests demonstrating f-strings with debug expressions in replacements that...2eac00c[perflint] fix invalid hoist inperf401(#14369)033ecf5Also have zizmor check for low-severity security issues (#14893)5509a3dAdd LSP settings example for Zed editor (#14894)e4885a2[red-knot] Understandtyping.Tuple(#14927)a7e5e42[red-knot] Makeattributes.mdtest future-proof (#14923)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)