diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ce3ee278..09f6566ba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/psf/black-pre-commit-mirror - rev: 24.2.0 + rev: 24.4.2 hooks: - id: black language_version: python3.11 @@ -21,6 +21,11 @@ repos: name: isort (python) - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.3.2 + rev: v0.4.4 hooks: - id: ruff + + - repo: https://github.com/kynan/nbstripout + rev: 0.7.1 + hooks: + - id: nbstripout