Skip to content

Commit ad500dd

Browse files
committed
Fix restyled config
1 parent a5d1733 commit ad500dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.restyled.yaml

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

0 commit comments

Comments
 (0)