securesauce / precli

Precaution CLI - command line static application security testing tool
https://precli.readthedocs.io/
Other
14 stars 3 forks source link

Set types on args of setters #549

Closed qheck closed 1 month ago

qheck commented 1 month ago

Some of the setter functions were missing types on the args. Also, to be consistent, switched to using Optional instead of | None.