--- repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.1.0 hooks: - id: check-ast - id: check-json - id: check-toml - id: check-yaml - id: end-of-file-fixer - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/isort rev: 5.10.1 hooks: - id: isort - repo: https://github.com/psf/black rev: 22.3.0 hooks: - id: black - repo: https://github.com/adrienverge/yamllint rev: v1.26.3 hooks: - id: yamllint - repo: https://github.com/myint/autoflake rev: v1.4 hooks: - id: autoflake args: - --in-place - --recursive - --expand-star-imports - --remove-all-unused-imports - --remove-duplicate-keys - --remove-unused-variables - repo: https://github.com/pre-commit/mirrors-mypy rev: "v0.931" hooks: - id: mypy