repos: - repo: https://github.com/pre-commit/pre-commit-hooks rev: v4.5.0 hooks: - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black rev: 24.1.1 hooks: - id: black - repo: https://github.com/kynan/nbstripout rev: 0.7.1 hooks: - id: nbstripout