Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 451 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 451 Bytes

bandit mirror

Mirror of bandit for pre-commit.

For pre-commit: see https://github.com/pre-commit/pre-commit

For bandit: see https://github.com/PyCQA/bandit

Using bandit with pre-commit:

Add this to your .pre-commit-config.yaml

-   repo: https://github.com/KPilnacek/mirrors-bandit
    rev: ''  # Use the sha / tag you want to point at
    hooks:
    -   id: bandit

By default, bandit will run with bandit -lll.