Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

build(deps): bump ruff from 0.5.0 to 0.5.5#995

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Closed
dependabot wants to merge1 commit intomasterfromdependabot/pip/ruff-0.5.5

Conversation

@dependabot
Copy link
Contributor

@dependabotdependabotbot commented on behalf ofgithubJul 29, 2024

Bumpsruff from 0.5.0 to 0.5.5.

Release notes

Sourced fromruff's releases.

0.5.5

Release Notes

Preview features

  • [fastapi] Implementfastapi-redundant-response-model (FAST001) andfastapi-non-annotated-dependency(FAST002) (#11579)
  • [pydoclint] Implementdocstring-missing-exception (DOC501) anddocstring-extraneous-exception (DOC502) (#11471)

Rule changes

  • [numpy] Fix NumPy 2.0 rule fornp.alltrue andnp.sometrue (#12473)
  • [numpy] IgnoreNPY201 insideexcept blocks for compatibility with older numpy versions (#12490)
  • [pep8-naming] Avoid applyingignore-names toself andcls function names (N804,N805) (#12497)

Formatter

  • Fix incorrect placement of leading function comment with type params (#12447)

Server

  • Do not bail code action resolution when a quick fix is requested (#12462)

Bug fixes

  • FixOrd implementation ofcmp_fix (#12471)
  • Raise syntax error for unparenthesized generator expression in multi-argument call (#12445)
  • [pydoclint] Fix panic inDOC501 reported in#12428 (#12435)
  • [flake8-bugbear] Allow singleton tuples with starred expressions inB013 (#12484)

Documentation

  • Add Eglot setup guide for Emacs editor (#12426)
  • Add note about the breaking change innvim-lspconfig (#12507)
  • Add note to include notebook files for native server (#12449)
  • Add setup docs for Zed editor (#12501)

Contributors

... (truncated)

Changelog

Sourced fromruff's changelog.

0.5.5

Preview features

  • [fastapi] Implementfastapi-redundant-response-model (FAST001) andfastapi-non-annotated-dependency(FAST002) (#11579)
  • [pydoclint] Implementdocstring-missing-exception (DOC501) anddocstring-extraneous-exception (DOC502) (#11471)

Rule changes

  • [numpy] Fix NumPy 2.0 rule fornp.alltrue andnp.sometrue (#12473)
  • [numpy] IgnoreNPY201 insideexcept blocks for compatibility with older numpy versions (#12490)
  • [pep8-naming] Avoid applyingignore-names toself andcls function names (N804,N805) (#12497)

Formatter

  • Fix incorrect placement of leading function comment with type params (#12447)

Server

  • Do not bail code action resolution when a quick fix is requested (#12462)

Bug fixes

  • FixOrd implementation ofcmp_fix (#12471)
  • Raise syntax error for unparenthesized generator expression in multi-argument call (#12445)
  • [pydoclint] Fix panic inDOC501 reported in#12428 (#12435)
  • [flake8-bugbear] Allow singleton tuples with starred expressions inB013 (#12484)

Documentation

  • Add Eglot setup guide for Emacs editor (#12426)
  • Add note about the breaking change innvim-lspconfig (#12507)
  • Add note to include notebook files for native server (#12449)
  • Add setup docs for Zed editor (#12501)

0.5.4

Rule changes

  • [ruff] RenameRUF007 tozip-instead-of-pairwise (#12399)

Bug fixes

  • [flake8-builtins] Avoid shadowing diagnostics for@override methods (#12415)
  • [flake8-comprehensions] Insert parentheses for multi-argument generators (#12422)
  • [pydocstyle] Handle escaped docstrings within docstring (D301) (#12192)

Documentation

  • Fix GitHub link to Neovim setup (#12410)

... (truncated)

Commits
  • fc16d8d Bump version to 0.5.5 (#12510)
  • 175e5d7 Add missing traceback line inf-string-in-exception docstring. (#12508)
  • c03f257 Add note about the breaking change innvim-lspconfig (#12507)
  • 6bbb4a2 Add setup docs for Zed editor (#12501)
  • 2ce3e3a Fix the search path tests on MacOS (#12503)
  • 2a64ccc Avoid applyingignore-names toself andcls function names (#12497)
  • 928ffd6 IgnoreNPY201 insideexcept blocks for compatibility with older numpy ver...
  • e52be09 [red-knot] Improve validation for search paths (#12376)
  • 8890735 [flake8-bugbear] Allow singleton tuples with starred expressions in B013 (#12...
  • eac965e [red-knot] Watch search paths (#12407)
  • Additional commits viewable incompare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting@dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [ruff](https://github.com/astral-sh/ruff) from 0.5.0 to 0.5.5.- [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.0...0.5.5)---updated-dependencies:- dependency-name: ruff  dependency-type: direct:production  update-type: version-update:semver-patch...Signed-off-by: dependabot[bot] <support@github.com>
@dependabot@github
Copy link
ContributorAuthor

dependabotbot commented on behalf ofgithubAug 5, 2024

Superseded by#998.

@dependabotdependabotbot closed thisAug 5, 2024
@dependabotdependabotbot deleted the dependabot/pip/ruff-0.5.5 branchAugust 5, 2024 18:13
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

dependabotcreated by dependabotdependencies

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

1 participant


[8]ページ先頭

©2009-2025 Movatter.jp