@@ -1366,7 +1366,7 @@ quote-style = Double
1366
1366
line - ending = LineFeed
1367
1367
magic - trailing - comma = Respect
1368
1368
docstring - code = Disabled
1369
- docstring - code - line - width = 88
1369
+ docstring - code - line - width = " dynamic "
1370
1370
preview = Disabled
1371
1371
` ` `
1372
1372
@@ -2736,7 +2736,7 @@ quote-style = Double
2736
2736
line - ending = LineFeed
2737
2737
magic - trailing - comma = Respect
2738
2738
docstring - code = Disabled
2739
- docstring - code - line - width = 88
2739
+ docstring - code - line - width = " dynamic "
2740
2740
preview = Disabled
2741
2741
` ` `
2742
2742
@@ -4106,7 +4106,7 @@ quote-style = Double
4106
4106
line - ending = LineFeed
4107
4107
magic - trailing - comma = Respect
4108
4108
docstring - code = Disabled
4109
- docstring - code - line - width = 88
4109
+ docstring - code - line - width = " dynamic "
4110
4110
preview = Disabled
4111
4111
` ` `
4112
4112
@@ -5476,7 +5476,7 @@ quote-style = Double
5476
5476
line - ending = LineFeed
5477
5477
magic - trailing - comma = Respect
5478
5478
docstring - code = Disabled
5479
- docstring - code - line - width = 88
5479
+ docstring - code - line - width = " dynamic "
5480
5480
preview = Disabled
5481
5481
` ` `
5482
5482
@@ -6846,7 +6846,7 @@ quote-style = Double
6846
6846
line - ending = LineFeed
6847
6847
magic - trailing - comma = Respect
6848
6848
docstring - code = Enabled
6849
- docstring - code - line - width = 88
6849
+ docstring - code - line - width = " dynamic "
6850
6850
preview = Disabled
6851
6851
` ` `
6852
6852
@@ -7090,7 +7090,9 @@ def doctest_long_lines():
7090
7090
This won ' t get wrapped even though it exceeds our configured
7091
7091
line width because it doesn ' t exceed the line width within this
7092
7092
docstring . e .g , the ` f` in ` foo` is treated as the first column .
7093
- >>> foo , bar , quux = this_is_a_long_line (lion , giraffe , hippo , zeba , lemur , penguin , monkey )
7093
+ >>> foo , bar , quux = this_is_a_long_line (
7094
+ ... lion , giraffe , hippo , zeba , lemur , penguin , monkey
7095
+ ... )
7094
7096
7095
7097
But this one is long enough to get wrapped .
7096
7098
>>> foo , bar , quux = this_is_a_long_line (
@@ -8211,7 +8213,7 @@ quote-style = Double
8211
8213
line - ending = LineFeed
8212
8214
magic - trailing - comma = Respect
8213
8215
docstring - code = Enabled
8214
- docstring - code - line - width = 88
8216
+ docstring - code - line - width = " dynamic "
8215
8217
preview = Disabled
8216
8218
` ` `
8217
8219
@@ -8455,7 +8457,9 @@ def doctest_long_lines():
8455
8457
This won ' t get wrapped even though it exceeds our configured
8456
8458
line width because it doesn ' t exceed the line width within this
8457
8459
docstring . e .g , the ` f` in ` foo` is treated as the first column .
8458
- >>> foo , bar , quux = this_is_a_long_line (lion , giraffe , hippo , zeba , lemur , penguin , monkey )
8460
+ >>> foo , bar , quux = this_is_a_long_line (
8461
+ ... lion , giraffe , hippo , zeba , lemur , penguin , monkey
8462
+ ... )
8459
8463
8460
8464
But this one is long enough to get wrapped .
8461
8465
>>> foo , bar , quux = this_is_a_long_line (
@@ -9576,7 +9580,7 @@ quote-style = Double
9576
9580
line - ending = LineFeed
9577
9581
magic - trailing - comma = Respect
9578
9582
docstring - code = Enabled
9579
- docstring - code - line - width = 88
9583
+ docstring - code - line - width = " dynamic "
9580
9584
preview = Disabled
9581
9585
` ` `
9582
9586
@@ -9820,11 +9824,22 @@ def doctest_long_lines():
9820
9824
This won ' t get wrapped even though it exceeds our configured
9821
9825
line width because it doesn ' t exceed the line width within this
9822
9826
docstring . e .g , the ` f` in ` foo` is treated as the first column .
9823
- >>> foo , bar , quux = this_is_a_long_line (lion , giraffe , hippo , zeba , lemur , penguin , monkey )
9827
+ >>> foo , bar , quux = this_is_a_long_line (
9828
+ ... lion , giraffe , hippo , zeba , lemur , penguin , monkey
9829
+ ... )
9824
9830
9825
9831
But this one is long enough to get wrapped .
9826
9832
>>> foo , bar , quux = this_is_a_long_line (
9827
- ... lion , giraffe , hippo , zeba , lemur , penguin , monkey , spider , bear , leopard
9833
+ ... lion ,
9834
+ ... giraffe ,
9835
+ ... hippo ,
9836
+ ... zeba ,
9837
+ ... lemur ,
9838
+ ... penguin ,
9839
+ ... monkey ,
9840
+ ... spider ,
9841
+ ... bear ,
9842
+ ... leopard ,
9828
9843
... )
9829
9844
" " "
9830
9845
# This demostrates a normal line that will get wrapped but won't
@@ -10941,7 +10956,7 @@ quote-style = Double
10941
10956
line - ending = LineFeed
10942
10957
magic - trailing - comma = Respect
10943
10958
docstring - code = Enabled
10944
- docstring - code - line - width = 88
10959
+ docstring - code - line - width = " dynamic "
10945
10960
preview = Disabled
10946
10961
` ` `
10947
10962
@@ -11185,7 +11200,9 @@ def doctest_long_lines():
11185
11200
This won ' t get wrapped even though it exceeds our configured
11186
11201
line width because it doesn ' t exceed the line width within this
11187
11202
docstring . e .g , the ` f` in ` foo` is treated as the first column .
11188
- >>> foo , bar , quux = this_is_a_long_line (lion , giraffe , hippo , zeba , lemur , penguin , monkey )
11203
+ >>> foo , bar , quux = this_is_a_long_line (
11204
+ ... lion , giraffe , hippo , zeba , lemur , penguin , monkey
11205
+ ... )
11189
11206
11190
11207
But this one is long enough to get wrapped .
11191
11208
>>> foo , bar , quux = this_is_a_long_line (
0 commit comments