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.
8 CliRunner().invoke(black.main, [str(src1), str(src2), "--diff", "--check"])
10 limited.append(-limited.pop()) # negate top
12 very_long_argument_name1=very_long_value_for_the_argument,
13 very_long_argument_name2=-very.long.value.for_the_argument,
20 print("Inner defs should breathe a little.")
24 print("Inner defs should breathe a little.")
27 if os.name == "posix":
29 def i_should_be_followed_by_only_one_newline():
34 def i_should_be_followed_by_only_one_newline():
39 def i_should_be_followed_by_only_one_newline():
44 class IHopeYouAreHavingALovelyDay:
46 print("i_should_be_followed_by_only_one_newline")
52 with hmm_but_this_should_get_two_preceding_newlines():
63 result = CliRunner().invoke(
64 black.main, [str(src1), str(src2), "--diff", "--check"]
66 limited.append(-limited.pop()) # negate top
68 very_long_argument_name1=very_long_value_for_the_argument,
69 very_long_argument_name2=-very.long.value.for_the_argument,
80 print("Inner defs should breathe a little.")
87 print("Inner defs should breathe a little.")
90 if os.name == "posix":
93 def i_should_be_followed_by_only_one_newline():
100 def i_should_be_followed_by_only_one_newline():
105 def i_should_be_followed_by_only_one_newline():
110 class IHopeYouAreHavingALovelyDay:
112 print("i_should_be_followed_by_only_one_newline")
120 with hmm_but_this_should_get_two_preceding_newlines():