File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 0.0.14] - 2020-08-13
5
+
6
+ ### Fixed
7
+
8
+ - Handle cases where lists have nested lists with function calls
9
+
4
10
## [ 0.0.13] - 2020-08-13
5
11
6
12
### Fixed
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ class MultilineContainers:
43
43
"""Ensure the consistency of multiline dict and list style."""
44
44
45
45
name = 'flake8_multiline_containers'
46
- version = '0.0.13 '
46
+ version = '0.0.14 '
47
47
48
48
tree = attr .ib (default = None )
49
49
filename = attr .ib (default = "(none)" )
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ def read(filename):
12
12
setuptools .setup (
13
13
name = "flake8-multiline-containers" ,
14
14
license = "MIT" ,
15
- version = "0.0.13 " ,
15
+ version = "0.0.14 " ,
16
16
description = "Ensure a consistent format for multiline containers." ,
17
17
long_description = read ('README.rst' ),
18
18
author = "Joshua Fehler" ,
You can’t perform that action at this time.
0 commit comments