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-black from 1.3.0 to 2.0.0 #147

Merged
merged 2 commits into from
Jan 12, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 19, 2023

Bumps python-lsp-black from 1.3.0 to 2.0.0.

Release notes

Sourced from python-lsp-black's releases.

Python LSP Black v2.0.0

Main changes in this release:

  • Add support to format indented selections of code. This requires Black 23.11.0+
  • Change entrypoint name to be black. This changes the options namespace for this plugin from pylsp.pylsp_black to pylsp.black.
  • Drop support for Python 3.7.

See CHANGELOG for full details.

New Contributors

Changelog

Sourced from python-lsp-black's changelog.

Version 2.0.0 (2023-12-19)

New features

  • Add support to format indented selections of code. This requires Black 23.11.0+
  • Change entrypoint name to be black. This changes the options namespace for this plugin from pylsp.pylsp_black to pylsp.black.
  • Drop support for Python 3.7.

Issues Closed

In this release 2 issues were closed.

Pull Requests Merged

In this release 4 pull requests were closed.

Commits
  • 7442969 Release v2.0.0
  • bdb08f1 Update Changelog
  • eb17580 Merge pull request #52 from remisalmon/add-format-lines
  • 89216e7 Merge pull request #39 from chantera/fix-entrypoint
  • fbbe9c6 Ignore flake8 E501 on long line test
  • 06fb124 Merge remote-tracking branch 'upstream/master' into add-format-lines
  • 007172c Merge pull request #53 from ccordoba12/drop-py37
  • 526ec12 Add comment on lines indices
  • 174ece4 Fix linting issues reported by Flake8 for Python 3.12
  • d905906 Drop support for Python 3.7
  • 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 Dec 19, 2023
Bumps [python-lsp-black](https://github.com/python-lsp/python-lsp-black) from 1.3.0 to 2.0.0.
- [Release notes](https://github.com/python-lsp/python-lsp-black/releases)
- [Changelog](https://github.com/python-lsp/python-lsp-black/blob/master/CHANGELOG.md)
- [Commits](python-lsp/python-lsp-black@v1.3.0...v2.0.0)

---
updated-dependencies:
- dependency-name: python-lsp-black
  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-black-2.0.0 branch from 08dbb0d to 6db611b Compare January 12, 2024 22:20
@rchl rchl merged commit d82cb9e into master Jan 12, 2024
1 check passed
@rchl rchl deleted the dependabot/pip/python-lsp-black-2.0.0 branch January 12, 2024 22:27
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.

1 participant