.pre-commit-config.yaml
04057d07
 repos:
 -   repo: https://github.com/ambv/black
     rev: 19.3b0
     hooks:
     - id: black
       language_version: python3.7
 -   repo: https://github.com/pre-commit/pre-commit-hooks
     rev: v2.1.0
     hooks:
     - id: end-of-file-fixer
5cff9a3b
       exclude: '.bumpversion.cfg'
04057d07
     - id: trailing-whitespace
5cff9a3b
       exclude: '.bumpversion.cfg'
cd4c5dd7
 -   repo: https://gitlab.com/pycqa/flake8
     rev: 3.7.9
     hooks:
     - id: flake8