--- repos: - repo: https://github.com/psf/black rev: 20.8b1 hooks: - id: black language_version: python3.8 - repo: https://github.com/PyCQA/isort rev: 5.6.4 hooks: - id: isort additional_dependencies: [toml] - repo: https://gitlab.com/pycqa/flake8 rev: 3.8.4 hooks: - id: flake8 language_version: python3.8 - repo: https://github.com/econchick/interrogate rev: 1.3.2 hooks: - id: interrogate args: [tests] language_version: python3.8 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.3.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: debug-statements - id: check-toml