Releases: jsfehler/flake8-multiline-containers
Releases · jsfehler/flake8-multiline-containers
v0.0.7
Added
- Tuples are now also validated as part of 101 and 102 checks
Fixed
- False positive on type annotation and regex
v0.0.6
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
Fixed
- Handle situations where a line has multiple closing characters
v0.0.4
[0.0.4] - 2019-06-07
Fixed
- Escaped characters are ignored
v0.0.3
[0.0.3] - 2019-06-05
Fixed
- Strings with only closing characters are ignored
v0.0.2
[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