Skip to content

Releases: jsfehler/flake8-multiline-containers

v0.0.9

07 Mar 02:09
Compare
Choose a tag to compare
Bump version to 0.0.9

v0.0.8

06 Mar 05:24
Compare
Choose a tag to compare
Bump version to 0.0.8

v0.0.7

21 Sep 20:44
Compare
Choose a tag to compare

Added

  • Tuples are now also validated as part of 101 and 102 checks

Fixed

  • False positive on type annotation and regex

v0.0.6

29 Jul 12:17
Compare
Choose a tag to compare

Fixed

  • Handle situation where end character is at EOF
  • Display correct error if line has multiple opening characters without any closing characters

v0.0.5

16 Jul 21:08
Compare
Choose a tag to compare

Fixed

  • Handle situations where a line has multiple closing characters

v0.0.4

07 Jun 17:30
Compare
Choose a tag to compare

[0.0.4] - 2019-06-07

Fixed

  • Escaped characters are ignored

v0.0.3

06 Jun 13:05
915903f
Compare
Choose a tag to compare

[0.0.3] - 2019-06-05

Fixed

  • Strings with only closing characters are ignored

v0.0.2

02 Jun 22:44
Compare
Choose a tag to compare

[0.0.2] - 2019-05-31

Fixed

  • Handle situations where there are uneven numbers of opening and closing characters on the same line
  • Ensure opening and closing characters inside strings are ignored

v0.0.1

23 May 23:20
Compare
Choose a tag to compare

First release.