diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4b0d7ee..16d55c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -11,7 +11,7 @@ repos: hooks: - id: prettier - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.7.3 + rev: v0.8.4 hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -41,6 +41,6 @@ repos: language: fail files: '.*\.rej$' - repo: https://github.com/kynan/nbstripout - rev: 0.8.0 + rev: 0.8.1 hooks: - id: nbstripout