Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0)
- [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.4 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v4.0.0-alpha.8)
- [github.com/kynan/nbstripout: 0.6.1 → 0.7.1](kynan/nbstripout@0.6.1...0.7.1)
- [github.com/nbQA-dev/nbQA: 1.6.1 → 1.8.5](nbQA-dev/nbQA@1.6.1...1.8.5)
- [github.com/codespell-project/codespell: v2.2.2 → v2.2.6](codespell-project/codespell@v2.2.2...v2.2.6)
  • Loading branch information
pre-commit-ci[bot] authored Apr 1, 2024
1 parent 6bf9c26 commit 05a0e18
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ default_language_version:
repos:
# Formatters
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-ast
- id: check-builtin-literals
Expand All @@ -18,13 +18,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.7.1
hooks:
- id: nbstripout
args:
Expand All @@ -33,7 +33,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.8.5
hooks:
- id: nbqa-black
additional_dependencies: [black==23.7.0]
Expand All @@ -46,7 +46,7 @@ repos:
additional_dependencies: [isort==5.12.0]

- repo: https://github.com/codespell-project/codespell
rev: v2.2.2
rev: v2.2.6
hooks:
- id: codespell
types: [file]
Expand Down

0 comments on commit 05a0e18

Please sign in to comment.