We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e57b95c commit 23ad9b8Copy full SHA for 23ad9b8
CoalaThread.py
@@ -63,6 +63,7 @@ def run(self):
63
options.append('--find-config')
64
65
options.append('--files=%s' % self.file_name)
66
+ options.append('-S=autoapply=false')
67
options.extend(self.extra_args)
68
command.extend(options)
69
0 commit comments