Merge pull request #671 from pvomelveny/master
Set ignoreResponseCode to true in yapf.coffee
This commit is contained in:
commit
0f32ca69cf
|
@ -17,6 +17,9 @@ module.exports = class Yapf extends Beautifier
|
||||||
@run("yapf", [
|
@run("yapf", [
|
||||||
["--style=pep8"]
|
["--style=pep8"]
|
||||||
@tempFile("input", text)
|
@tempFile("input", text)
|
||||||
], help: {
|
], {
|
||||||
link: "https://github.com/google/yapf"
|
ignoreReturnCode: true,
|
||||||
|
help: {
|
||||||
|
link: "https://github.com/google/yapf"
|
||||||
|
}
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue