2016-10-31 11:00:15 -07:00
|
|
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
2017-07-12 16:46:11 -07:00
|
|
|
sha: v0.9.1
|
2016-10-31 11:00:15 -07:00
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: flake8
|
2016-11-21 11:28:11 -08:00
|
|
|
- id: check-merge-conflict
|
|
|
|
- repo: git://github.com/pre-commit/mirrors-jshint
|
2017-07-12 16:46:11 -07:00
|
|
|
sha: v2.9.5
|
2016-11-21 11:28:11 -08:00
|
|
|
hooks:
|
|
|
|
- id: jshint
|
2019-05-16 07:57:02 -07:00
|
|
|
- repo: https://github.com/ambv/black
|
|
|
|
rev: stable
|
|
|
|
hooks:
|
|
|
|
- id: black
|
2019-05-16 08:13:42 -07:00
|
|
|
language_version: python3.7
|
|
|
|
|
|
|
|
- repo: local
|
|
|
|
hooks:
|
|
|
|
- id: python-bandit-vulnerability-check
|
|
|
|
name: bandit
|
|
|
|
entry: bandit
|
|
|
|
args: ['--ini', 'tox.ini', '-r', 'consoleme']
|
|
|
|
language: system
|
|
|
|
pass_filenames: false
|