john-bampton / john-bampton/john-bampton.github.io

Add Python `bandit` with pre-commit

Open
#198 0 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.