diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 11c2bf7..e33c4a6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ default_language_version: repos: # Formatters - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-ast - id: check-builtin-literals @@ -19,13 +19,13 @@ repos: args: [--remove] - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0-alpha.4 # Use the sha or tag you want to point at + rev: v4.0.0-alpha.8 # Use the sha or tag you want to point at hooks: - id: prettier # Notebook tools - repo: https://github.com/kynan/nbstripout - rev: 0.6.1 + rev: 0.8.0 hooks: - id: nbstripout args: @@ -34,7 +34,7 @@ repos: - "metadata.vscode metadata.language_info.version cell.metadata.papermill metadata.papermill" - repo: https://github.com/nbQA-dev/nbQA - rev: 1.6.1 + rev: 1.9.1 hooks: - id: nbqa-black additional_dependencies: [black==23.1.0] @@ -49,7 +49,7 @@ repos: args: [--nbqa-mutate] - repo: https://github.com/codespell-project/codespell - rev: v2.2.2 + rev: v2.3.0 hooks: - id: codespell types: [file]