repos: - repo: https://github.com/python/black rev: 23.9.1 hooks: - id: black language_version: python3.10 - repo: https://github.com/pycqa/isort rev: 5.12.0 hooks: - id: isort args: [ "--profile", "black", "--filter-files" ]