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: bump python-lsp-ruff from 1.6.0 to 2.0.0 #146

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 27, 2023

Bumps python-lsp-ruff from 1.6.0 to 2.0.0.

Release notes

Sourced from python-lsp-ruff's releases.

Python LSP ruff v2.0.0

Breaking changes in v2.0.0

Code formatting with ruff has been reformatted in this new release, ruff format is now called to apply formatting. In addition, the default rules for formatting (namely import sorting) has been removed. To get formatting of imports via textDocument/formatting, add format = ["I"] to your config.

Other changes with this release:

  • New support for various features of ruff (target-version, unsafe-fixes, preview )
  • An updated severity customization that allows for pattern matching (via the startswith method) instead of full rule codes

Big thanks to everyone helping this project!

In Detail

New Contributors

Full Changelog: python-lsp/python-lsp-ruff@v1.6.0...v2.0.0

Commits
  • a4fac02 Bump version in pyproject
  • d50b8f5 Update required python version
  • 2d41c6d Update README
  • f810710 add pattern matching to severities (#66)
  • 8a0270c Add target version and preview to formatter (#64)
  • 5d7338d Add setting for enabling/disabling Preview rules (#54)
  • e5091cb Support setting target-version (#60)
  • 42095ef Add support for ruff extension option to enable jupyterlab-lsp (#59)
  • 9ff905c Run ruff format when lsp formatting is invoked (#57)
  • eff74e1 Update 'unsafe' code actions (#55) (#62)
  • Additional commits viewable in compare 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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 27, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/python-lsp-ruff-2.0.0 branch from 8b98c31 to 2a27150 Compare December 2, 2023 17:35
Bumps [python-lsp-ruff](https://github.com/python-lsp/python-lsp-ruff) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/python-lsp/python-lsp-ruff/releases)
- [Commits](python-lsp/python-lsp-ruff@v1.6.0...v2.0.0)

---
updated-dependencies:
- dependency-name: python-lsp-ruff
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/python-lsp-ruff-2.0.0 branch from 2a27150 to 831ea54 Compare December 2, 2023 17:35
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 26, 2023

Superseded by #149.

@dependabot dependabot bot closed this Dec 26, 2023
@dependabot dependabot bot deleted the dependabot/pip/python-lsp-ruff-2.0.0 branch December 26, 2023 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants