diff --git a/aider/main.py b/aider/main.py index ce51c7515..ad4c55c3d 100644 --- a/aider/main.py +++ b/aider/main.py @@ -192,13 +192,14 @@ def parse_lint_cmds(lint_cmds, io): res[lang] = cmd else: io.tool_error(f'Unable to parse --lint-cmd "{lint_cmd}"') - io.tool_error(f'The arg should be "language: cmd --args ..."') + io.tool_error('The arg should be "language: cmd --args ..."') io.tool_error('For example: --lint-cmd "python: flake8 --select=E9"') err = True if err: return return res + def main(argv=None, input=None, output=None, force_git_root=None, return_coder=False): if argv is None: argv = sys.argv[1:]