04057d07 | repos: - repo: https://github.com/ambv/black rev: 19.3b0 hooks: - id: black |
c5e74fd6 | language_version: python3.8 |
04057d07 | - 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' |
31c19748 | - repo: https://gitlab.com/pycqa/flake8 rev: 3.7.9 hooks: - id: flake8 |