repos: - repo: https://github.com/pycqa/isort rev: 5.12.0 hooks: - id: isort args: ["--profile", "black", "--filter-files"] - repo: https://github.com/psf/black rev: 22.6.0 hooks: - id: black-jupyter args: ["--preview"]