We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2d7634 commit b14a267Copy full SHA for b14a267
pyt/__main__.py
@@ -81,6 +81,7 @@ def main(command_line_args=sys.argv[1:]): # noqa: C901
81
directory = os.path.normpath(args.project_root)
82
project_modules = get_modules(directory, prepend_module_root=args.prepend_module_root)
83
84
+ cfg_list = list()
85
for path in sorted(files):
86
if not args.ignore_nosec:
87
nosec_lines[path] = retrieve_nosec_lines(path)
0 commit comments