john-bampton / john-bampton/john-bampton.github.io
Add Python `bandit` with pre-commit
Open
config
hacktoberfest
help wanted
python
tests
yaml
- Dominant language
- Python
- Stars
- 11
- Forks
- 16
- Avg merge
- 10h 33m
- Merged PRs (30d)
- 3
Description
```
- repo: https://github.com/PyCQA/bandit
rev: 1.9.2
hooks:
- id: bandit
name: run bandit
description: check Python code for security issues
args: ['-c=pyproject.toml', '-r']
additional_dependencies: ['bandit[toml]']
```
Might need to fix bandit issues
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.