Searched refs:base_opts (Results 1 – 1 of 1) sorted by relevance
229 def batch_check_files(file_paths, base_opts): argument242 pylint_runner = pylint.lint.Run(list(base_opts) + list(file_paths),262 def check_file(file_path, base_opts): argument274 pylint_runner = pylint.lint.Run(base_opts + [file_path], exit=False)291 def check_dir(dir_path, base_opts): argument298 os.path.walk(dir_path, visit, base_opts)301 def extend_baseopts(base_opts, new_opt): argument308 for args in base_opts:310 base_opts.remove(args)311 base_opts.append(new_opt)