exclude: docs repos: - repo: https://gitlab.com/pycqa/flake8 rev: "3.8.3" hooks: - id: flake8 additional_dependencies: - flake8-bugbear - repo: https://github.com/psf/black rev: "20.8b1" hooks: - id: black args: - --check - repo: https://github.com/PyCQA/isort rev: '5.5.3' # Use the revision sha / tag you want to point at hooks: - id: isort args: - --check - repo: https://github.com/pre-commit/mirrors-mypy rev: 'v0.910' hooks: - id: mypy args: - --ignore-missing-imports - --follow-imports=silent - --install-types - --non-interactive - repo: https://github.com/adrienverge/yamllint.git rev: v1.26.1 hooks: - id: yamllint args: ["--config-file", ".yamllint.yaml"]