All patches and comments are welcome. Please squash your changes to logical
commits before using git-format-patch and git-send-email to
patches@git.madduck.net.
If you'd read over the Git project's submission guidelines and adhered to them,
I'd be especially grateful.
3 this_is_a_ridiculously_long_name_and_nobody_in_their_right_mind_would_use_one_like_it = 0
4 this_is_a_ridiculously_long_name_and_nobody_in_their_right_mind_would_use_one_like_it = 1 # with a comment
5 this_is_a_ridiculously_long_name_and_nobody_in_their_right_mind_would_use_one_like_it = [
8 this_is_a_ridiculously_long_name_and_nobody_in_their_right_mind_would_use_one_like_it = function()
9 this_is_a_ridiculously_long_name_and_nobody_in_their_right_mind_would_use_one_like_it = function(
12 this_is_a_ridiculously_long_name_and_nobody_in_their_right_mind_would_use_one_like_it = function(
13 [1, 2, 3], arg1, [1, 2, 3], arg2, [1, 2, 3], arg3
16 normal_name = but_the_function_name_is_now_ridiculously_long_and_it_is_still_super_annoying()
17 normal_name = but_the_function_name_is_now_ridiculously_long_and_it_is_still_super_annoying(
20 normal_name = but_the_function_name_is_now_ridiculously_long_and_it_is_still_super_annoying(
21 [1, 2, 3], arg1, [1, 2, 3], arg2, [1, 2, 3], arg3
24 normal_name = normal_function_name(
25 "but with super long string arguments that on their own exceed the line limit so there's no way it can ever fit",
26 "eggs with spam and eggs and spam with eggs with spam and eggs and spam with eggs with spam and eggs and spam with eggs",
27 this_is_a_ridiculously_long_name_and_nobody_in_their_right_mind_would_use_one_like_it=0,
29 string_variable_name = (
30 "a string that is waaaaaaaayyyyyyyy too long, even in parens, there's nothing you can do" # noqa
37 if key in self.connect_kwargs:
38 raise ValueError(err.format(key))
39 concatenated_strings = "some strings that are " "concatenated implicitly, so if you put them on separate " "lines it will fit"
40 del concatenated_strings, string_variable_name, normal_function_name, normal_name, need_more_to_make_the_line_long_enough
47 this_is_a_ridiculously_long_name_and_nobody_in_their_right_mind_would_use_one_like_it = (
50 this_is_a_ridiculously_long_name_and_nobody_in_their_right_mind_would_use_one_like_it = (
53 this_is_a_ridiculously_long_name_and_nobody_in_their_right_mind_would_use_one_like_it = [
58 this_is_a_ridiculously_long_name_and_nobody_in_their_right_mind_would_use_one_like_it = (
61 this_is_a_ridiculously_long_name_and_nobody_in_their_right_mind_would_use_one_like_it = function(
64 this_is_a_ridiculously_long_name_and_nobody_in_their_right_mind_would_use_one_like_it = function(
65 [1, 2, 3], arg1, [1, 2, 3], arg2, [1, 2, 3], arg3
69 but_the_function_name_is_now_ridiculously_long_and_it_is_still_super_annoying()
72 but_the_function_name_is_now_ridiculously_long_and_it_is_still_super_annoying(
77 but_the_function_name_is_now_ridiculously_long_and_it_is_still_super_annoying(
78 [1, 2, 3], arg1, [1, 2, 3], arg2, [1, 2, 3], arg3
82 normal_name = normal_function_name(
83 "but with super long string arguments that on their own exceed the line limit so"
84 " there's no way it can ever fit",
85 "eggs with spam and eggs and spam with eggs with spam and eggs and spam with eggs"
86 " with spam and eggs and spam with eggs",
87 this_is_a_ridiculously_long_name_and_nobody_in_their_right_mind_would_use_one_like_it=0,
89 string_variable_name = "a string that is waaaaaaaayyyyyyyy too long, even in parens, there's nothing you can do" # noqa
95 if key in self.connect_kwargs:
96 raise ValueError(err.format(key))
97 concatenated_strings = (
98 "some strings that are "
99 "concatenated implicitly, so if you put them on separate "
103 concatenated_strings,
104 string_variable_name,
105 normal_function_name,
107 need_more_to_make_the_line_long_enough,