repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v3.4.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/psf/black rev: 20.8b1 hooks: - id: black args: [--config=pyproject.toml] - repo: https://github.com/pycqa/isort rev: 5.5.4 hooks: - id: isort files: "\\.(py)$" args: [--settings-path=pyproject.toml]