src.ansys.pre_commit_hooks.add_license_headers.list_noncompliant_files#

src.ansys.pre_commit_hooks.add_license_headers.list_noncompliant_files(args: argparse.Namespace, proj: reuse.project.Project) list#

Get a list of the files that are missing license headers.

Parameters:
args: argparse.Namespace

Namespace of arguments with their values.

proj: project.Project

Project to run REUSE on.

Returns:
list

List of the files that are missing license headers.