zipline/.pre-commit-config.yaml
Willian Paixao 6e62c9c86e
ENH: Update .pre-commit-config.yaml
Refactor after review and feedback from @ssanderson
2020-01-28 15:15:19 +01:00

13 lines
282 B
YAML

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: 'v2.4.0'
hooks:
- id: check-added-large-files
- id: check-merge-conflict
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://gitlab.com/pycqa/flake8
rev: '3.7.9'
hooks:
- id: flake8