Newer
Older
default_language_version:
python: python3
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
hooks:
- id: trailing-whitespace
- id: debug-statements
hooks:
- id: isort
name: isort (python)
args: [ --profile, black ]
hooks:
- id: black
language_version: python3
- repo: https://github.com/PyCQA/bandit
hooks:
- id: bandit
args: [--recursive, --exclude, tests]