diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 423788e..315e9f0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.1 + rev: v0.7.4 hooks: - id: ruff - id: ruff-format @@ -23,11 +23,11 @@ repos: types_or: [css, javascript, json, markdown, ts] - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.1 hooks: - id: nbstripout - repo: https://github.com/crate-ci/typos - rev: v1.26.8 + rev: v1.27.3 hooks: - id: typos