2016-10-31 19:00:15 +01:00
|
|
|
- repo: git://github.com/pre-commit/pre-commit-hooks
|
2017-07-13 01:46:11 +02:00
|
|
|
sha: v0.9.1
|
2016-10-31 19:00:15 +01:00
|
|
|
hooks:
|
|
|
|
- id: trailing-whitespace
|
|
|
|
- id: flake8
|
2016-11-21 20:28:11 +01:00
|
|
|
- id: check-merge-conflict
|
|
|
|
- repo: git://github.com/pre-commit/mirrors-jshint
|
2017-07-13 01:46:11 +02:00
|
|
|
sha: v2.9.5
|
2016-11-21 20:28:11 +01:00
|
|
|
hooks:
|
|
|
|
- id: jshint
|
2019-05-16 16:57:02 +02:00
|
|
|
- repo: https://github.com/ambv/black
|
|
|
|
rev: stable
|
|
|
|
hooks:
|
|
|
|
- id: black
|
2019-05-16 17:13:42 +02: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
|