This decorator will not be required once all functions are implemented natively which in fact is possible, but probably not feasible performance wise. As such, that note in the decorator's docstring ...
I am using GitPython in my project and I use Pylance/mypy with the strict type checking settings. This setting is pretty important for my project's sanity. As I've been using methods from GitPython ...
The two open source tools check for cyptographic keys and other sensitive information in code saved on GitHub and offers warnings if secrets are at risk It’s App Dev 101: Don’t hard-code API tokens, ...