Searched refs:base_opts (Results 1 – 1 of 1) sorted by relevance
183 def batch_check_files(file_paths, base_opts): argument198 pylint_runner = pylint.lint.Run(list(base_opts) + list(file_paths),217 def check_file(file_path, base_opts): argument231 pylint_runner = pylint.lint.Run(base_opts + [file_path], exit=False)250 def check_dir(dir_path, base_opts): argument263 return batch_check_files(files, base_opts)266 def extend_baseopts(base_opts, new_opt): argument273 for args in base_opts:275 base_opts.remove(args)276 base_opts.append(new_opt)