diff --git a/src/beautifiers/yapf.coffee b/src/beautifiers/yapf.coffee index 4fd8ecc..05c3877 100644 --- a/src/beautifiers/yapf.coffee +++ b/src/beautifiers/yapf.coffee @@ -17,6 +17,9 @@ module.exports = class Yapf extends Beautifier @run("yapf", [ ["--style=pep8"] @tempFile("input", text) - ], help: { - link: "https://github.com/google/yapf" + ], { + ignoreReturnCode: true, + help: { + link: "https://github.com/google/yapf" + } })