Skip to content

Commit 0c1c308

Browse files
committed
Explicitly set line lenght for autopep8
1 parent d77033d commit 0c1c308

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.restyled.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ restylers:
230230
command:
231231
- autopep8
232232
- "--in-place"
233+
- "--max-line-length 132"
233234
arguments: []
234235
include:
235236
- "**/*.py"

0 commit comments

Comments
 (0)