diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 39e0e98..47f9366 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -12,7 +12,7 @@ repos: - id: prettier types_or: [html] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.4 # Ruff version + rev: v0.7.3 # Ruff version hooks: - id: ruff types_or: [python, pyi, jupyter] @@ -23,6 +23,6 @@ repos: hooks: - id: isort # This will sort imports automatically - repo: https://github.com/kynan/nbstripout - rev: 0.7.1 + rev: 0.8.0 hooks: - id: nbstripout