Skip to content

Add Python bandit with pre-commit #198

@jbampton

Description

@jbampton
  - 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

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Todo

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions