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 - repo: https://github.com/kynan/nbstripout rev: 0.5.0 hooks: - id: nbstripout