repos: - repo: https://github.com/ambv/black rev: 23.1.0 hooks: - id: black language_version: python3 args: [--config=pyproject.toml] - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.3.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/pycqa/flake8 rev: 6.0.0 hooks: - id: flake8 args: [--config=.flake8] - repo: https://github.com/pycqa/isort rev: 5.12.0 hooks: - id: isort args: [--settings-path=pyproject.toml] - repo: https://github.com/pre-commit/mirrors-mypy rev: v1.0.1 hooks: - id: mypy language: system