commit | 261c79aca99ea996f6aaa1d29d3893016f934074 | [log] [tgz] |
---|---|---|
author | Bill Wendling <morbo@google.com> | Mon Oct 03 20:58:08 2016 -0700 |
committer | Bill Wendling <morbo@google.com> | Mon Oct 03 21:01:43 2016 -0700 |
tree | 77612e7755f08bb861abde1339232266a7b819ce | |
parent | 85b5a63f8d5106a624f8ba292ae1a1daa1658c26 [diff] [blame] |
Don't split a dict arg if it fits on the line
diff --git a/CHANGELOG b/CHANGELOG index 0732660..c4f37b7 100644 --- a/CHANGELOG +++ b/CHANGELOG
@@ -10,6 +10,8 @@ which is set to PEP8 by default. Fix this by making the first call set which factory we call as the "default" style. - Don't force a split before non-function call arguments. +- A dictionary being used as an argument to a function call and which can exist + on a single line shouldn't be split. ## [0.12.1] 2016-10-02 ### Changed