Add a few more pre-commit checks

This commit is contained in:
Marco Castelluccio 2019-05-14 17:22:34 +02:00
Родитель 3000a974e6
Коммит c2664a4093
1 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -16,4 +16,12 @@ repos:
hooks:
- id: flake8
additional_dependencies: ['flake8-coding==1.3.1', 'flake8-copyright==0.2.2', 'flake8-debugger==3.1.0', 'flake8-mypy==17.8.0']
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v1.2.3
hooks:
- id: trailing-whitespace
- id: check-yaml
- id: mixed-line-ending
- id: name-tests-test
args: ['--django']
python_version: python3.6