1
0

- Update to 1.3.0

* Support for black's preview and skip-magic-trailing-comma
    config options.
  * Better TOML support.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-lsp-black?expand=0&rev=11
This commit is contained in:
2023-07-01 13:46:50 +00:00
committed by Git OBS Bridge
parent a51152c39b
commit 30d38d9f5a
4 changed files with 22 additions and 10 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Jul 1 13:42:33 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 1.3.0
* Support for black's preview and skip-magic-trailing-comma
config options.
* Better TOML support.
-------------------------------------------------------------------
Thu Oct 27 17:12:59 UTC 2022 - Ben Greiner <code@bnavigator.de>