repos: - repo: https://github.com/psf/black rev: 22.12.0 hooks: - id: black types: [python] language_version: python3.10.11 - repo: https://github.com/PyCQA/isort rev: 5.12.0 hooks: - id: isort types: [python] language_version: python3.10.11