diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5baedf84..3c32f8f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -16,7 +16,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: "v0.6.9" + rev: "v0.7.3" hooks: - id: ruff - id: ruff-format @@ -48,7 +48,7 @@ repos: files: \.(j2|yml|yaml)$ exclude: .github/.*|web|elmer - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.0 hooks: - id: nbstripout files: ".ipynb"