Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/quantco/pre-commit-mirrors-bandit
https://github.com/quantco/pre-commit-mirrors-bandit
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/quantco/pre-commit-mirrors-bandit
- Owner: Quantco
- License: bsd-3-clause
- Created: 2022-05-11T13:51:09.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-28T06:09:23.000Z (8 months ago)
- Last Synced: 2024-04-29T02:16:09.921Z (8 months ago)
- Size: 38.1 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# bandit pre-commit hook
pre-commit hook of bandit with conda as a `language` / package manager.
For pre-commit: see [here](https://github.com/pre-commit/pre-commit)
For bandit: see [here](https://github.com/PyCQA/bandit)
## Using bandit with pre-commit and conda:
Add this to your `.pre-commit-config.yaml`
```yaml
- repo: https://github.com/quantco/pre-commit-mirrors-bandit
rev: '' # Use the sha / tag you want to point at
hooks:
- id: bandit-conda
```