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/mirrors-prettier: v3.0.0-alpha.4 → v3.0.2](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v3.0.2)
- [github.com/nbQA-dev/nbQA: 1.6.1 → 1.7.0](nbQA-dev/nbQA@1.6.1...1.7.0)
- [github.com/codespell-project/codespell: v2.2.2 → v2.2.5](codespell-project/codespell@v2.2.2...v2.2.5)
  • Loading branch information
pre-commit-ci[bot] authored Aug 22, 2023
1 parent 6bf9c26 commit 3a44d92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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: v3.0.2 # Use the sha or tag you want to point at
hooks:
- id: prettier

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.7.0
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.5
hooks:
- id: codespell
types: [file]
Expand Down

0 comments on commit 3a44d92

Please sign in to comment.