default_language_version: python: python3.7 repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v2.3.0 hooks: - id: end-of-file-fixer - id: trailing-whitespace - repo: https://gitlab.com/pycqa/flake8 rev: 3.5.0 hooks: - id: flake8 - repo: https://github.com/psf/black rev: 19.10b0 hooks: - id: black