diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b296c7bc..9772d5ad 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,7 +26,7 @@ repos: args: [--py39-plus] - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.7.3 + rev: v0.7.4 hooks: # Run the linter. - id: ruff @@ -36,7 +36,7 @@ repos: - id: ruff-format types_or: [ python, pyi ] - repo: https://github.com/kynan/nbstripout - rev: 0.8.0 + rev: 0.8.1 hooks: - id: nbstripout