Releases: rupert/pyls-black
Releases · rupert/pyls-black
v0.4.7
- #39 Fixes breaking change introduced in version
21.04b
of black
(thanks @sveitser)
- #33 Release includes the
LICENSE
file in the source tarball (thanks @nonamedotc)
v0.4.6
- #28 Upgrade to
isort
5.
- #27 Test the
plys
entry point loads correctly.
- #29 Set
python_requires
in setup.cfg
.
v0.4.5
- #25 Fix tests now
Document.workspace
is a required argument (thanks @betaboon).
- #23 and #26 Move package metadata to
setup.cfg
(thanks @KOLANICH).
v0.4.4
- #21 Fix bug where
target_version
is missing for projects without a config file (thanks @fsouza).
v0.4.3
- #20 Upgrade to
black
version 19.3b0
:
- Drops support for
--skip-numeric-underscore-normalisation
/ skip_numeric_underscore_normalisation
- Deprecates support for
--py36
/ py36
- Adds support for
--target-version
/ target_version
(supersedes deprecated py36
option)
- Thanks to @extraymond and @nasyxx
v0.4.2
- Add Python 3.7 classifier to
setup.py
.
v0.4.1
- #19 Temporarily pin
black
to 18.9b0
.
v0.4.0
- #15 Automatically set the
pyi
option when formatting *.pyi
files (thanks @bryanforbes).
v0.3.0
- #6 Adds support for the
skip-numeric-underscore-normalization
config option introduced in black
18.9b0
(thanks @dbarrosop).
v0.2.1
- #5 Sets the
tryfirst
flag so pyls-black
takes precedence over other formatters (thanks @auscompgeek).