Skip to content

Releases: rupert/pyls-black

v0.4.7

04 Jun 22:59
Compare
Choose a tag to compare
  • #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

04 Jul 15:53
Compare
Choose a tag to compare
  • #28 Upgrade to isort 5.
  • #27 Test the plys entry point loads correctly.
  • #29 Set python_requires in setup.cfg.

v0.4.5

04 Jul 15:50
Compare
Choose a tag to compare
  • #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

26 Mar 01:01
Compare
Choose a tag to compare
  • #21 Fix bug where target_version is missing for projects without a config file (thanks @fsouza).

v0.4.3

26 Mar 00:33
80403a7
Compare
Choose a tag to compare
  • #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

25 Mar 23:19
Compare
Choose a tag to compare
  • Add Python 3.7 classifier to setup.py.

v0.4.1

25 Mar 23:15
771b7d6
Compare
Choose a tag to compare
  • #19 Temporarily pin black to 18.9b0.

v0.4.0

03 Mar 18:46
Compare
Choose a tag to compare
  • #15 Automatically set the pyi option when formatting *.pyi files (thanks @bryanforbes).

v0.3.0

16 Oct 23:13
79b6884
Compare
Choose a tag to compare
  • #6 Adds support for the skip-numeric-underscore-normalization config option introduced in black 18.9b0 (thanks @dbarrosop).

v0.2.1

18 Jun 21:42
Compare
Choose a tag to compare
  • #5 Sets the tryfirst flag so pyls-black takes precedence over other formatters (thanks @auscompgeek).