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.0.1 to 1.1.0 #68

Merged
merged 1 commit into from
Mar 21, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 31, 2022

Bumps python-lsp-black from 1.0.1 to 1.1.0.

Release notes

Sourced from python-lsp-black's releases.

Python LSP Black v1.1.0

Backwards-compatible release that adds compatibility with Black 22.1.0, which introduced a breaking change in its internal API.

Also included in this release is global configuration file support for Black.

See CHANGELOG for details.

What's Changed

New Contributors

Changelog

Sourced from python-lsp-black's changelog.

Version 1.1.0 (2022-01-30)

Issues Closed

In this release 2 issues were closed.

Pull Requests Merged

In this release 2 pull requests were closed.

Commits
  • 4c3b385 Release v1.1.0
  • f5dc1fc Update Changelog
  • 71b502a Note about black version support
  • c1be01c Merge pull request #30 from wlcx/fix-black-22.1.0
  • a27322f Fix TypeError when formatting with black 22.1.0+
  • 9b6e716 Merge pull request #19 from jdost/master
  • f31dbf6 Add more project URLs in PyPI
  • 51a7870 Fix links to black github repo
  • 680505c Fix number of closed PRs in CHANGELOG for v1.0.1
  • 3749691 New dev version
  • 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 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 Jan 31, 2022
@rwols
Copy link
Member

rwols commented Feb 27, 2022

Blocked on rupert/pyls-black#41 if I'm understanding this correctly.

@dependabot dependabot bot force-pushed the dependabot/pip/python-lsp-black-1.1.0 branch from dae2574 to 58c5473 Compare February 27, 2022 11:13
Bumps [python-lsp-black](https://github.com/python-lsp/python-lsp-black) from 1.0.1 to 1.1.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.0.1...v1.1.0)

---
updated-dependencies:
- dependency-name: python-lsp-black
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/python-lsp-black-1.1.0 branch from 58c5473 to 65a024c Compare March 21, 2022 08:06
@rchl
Copy link
Member

rchl commented Mar 21, 2022

I don't think it's blocked by https://github.com/rupert/pyls-black as that's for pyls while this one is for pylsp.

I've merged this locally and don't see an error anymore but I also don't see there being any formatting done. Maybe I don't know how to use it or something...

@rchl
Copy link
Member

rchl commented Mar 21, 2022

Actually it does format some things. I've just expected it to format imports which it doesn't.

@rchl rchl merged commit d164228 into master Mar 21, 2022
@rchl rchl deleted the dependabot/pip/python-lsp-black-1.1.0 branch March 21, 2022 08:19
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.

None yet

2 participants