diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index eb938990..57833f8c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -9,7 +9,7 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.14.1 + rev: v0.14.5 hooks: - id: ruff-format types_or: [python, pyi, jupyter] @@ -21,7 +21,7 @@ repos: hooks: - id: markdownlint-fix - repo: https://github.com/kynan/nbstripout - rev: 0.8.1 + rev: 0.8.2 hooks: - id: nbstripout files: ".ipynb"