2

如何传递options={'max_line_length': 120}jupyter-autopep8

这是我要更新的 json 定义库。

{
    "python": {
        "library": "import json\nimport autopep8",
        "prefix": "print(json.dumps(autopep8.fix_code(u",
        "postfix": ")))"
    }
}

这样autopep8将被称为

import autopep8
autopep8.fix_code('some_input', options={'max_line_length': 120})
4

0 回答 0