From 0fa21b20310ac61c638d0aff57334c25ba8bd53d Mon Sep 17 00:00:00 2001 From: Corey Bonnell Date: Tue, 22 Oct 2024 16:25:44 -0400 Subject: [PATCH] Revert back to Black after CI/CD test --- pkilint/bin/lint_cabf_serverauth_cert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkilint/bin/lint_cabf_serverauth_cert.py b/pkilint/bin/lint_cabf_serverauth_cert.py index 1a87125..1e76b65 100644 --- a/pkilint/bin/lint_cabf_serverauth_cert.py +++ b/pkilint/bin/lint_cabf_serverauth_cert.py @@ -69,7 +69,7 @@ def main(cli_args=None) -> int: "useful when using the --detect option.", ) lint_parser.add_argument( - '-r', + "-r", "--report-all", action="store_true", help="Report all findings without filtering "