-
We use ssh to access git. Therefore my remote URLs are in the form of
Am I missing something or does Bandit just not support this access method? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
Never mind. That is not the problem. I switched to an https remote URL and still get the same error. I have no idea what I'm missing. My .pre-commit-config.yaml file looks like
What step should create the missing .pre-commit-hooks.yaml file? Should that happen during |
Beta Was this translation helpful? Give feedback.
-
The pre-commit docs indicate
I don't see anything in the Bandit docs that refers to the creation of this file. I'm fairly certain none of the pre-commit steps automatically generate it. I seem to have gotten around this by manually creating a file in my remote repo called .pre-commit-hooks.yaml .
Is this normally required? Should the Bandit docs be updated to include this step? |
Beta Was this translation helpful? Give feedback.
I think I finally understand. The repo tag should refer to Bandit, not my repo. I'm an idiot. Let me try that. Thanks!