You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @puranss, we just recently released support for Python 3.11. Could you please upgrade detect-secrets to v1.5 and let us know if this issue is still relevant?
Currently I have installed pre-commit with pip . If I do an audit it works fine with:
Nothing to audit!
I added a preconfig configuration like this
rev: v1.0.1
hooks:
args: ['--baseline', '.secrets.baseline']
exclude: package.lock.json
And it exits always with error code 1 (there is no secret). I tried switching different versions but nothing seems to be working
What is the expected behavior?
That it works with precommit
What is the motivation / use case for changing the behavior?
*That it works with pre-commit so that I can add it to my workflow
Please tell us about your environment:
The text was updated successfully, but these errors were encountered: