--- repos: - repo: https://github.com/psf/black rev: 20.8b1 hooks: - id: black language_version: python3.8 - repo: https://github.com/asottile/seed-isort-config rev: v2.2.0 hooks: - id: seed-isort-config - repo: https://github.com/pre-commit/mirrors-isort rev: v5.4.2 hooks: - id: isort additional_dependencies: [toml] - repo: https://gitlab.com/pycqa/flake8 rev: 3.8.3 hooks: - id: flake8 language_version: python3.8 - repo: https://github.com/econchick/interrogate rev: 1.3.0 hooks: - id: interrogate args: [tests] language_version: python3.8 - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.2.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - id: debug-statements - id: check-toml