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.7](pre-commit/mirrors-prettier@v3.0.0-alpha.4...v4.0.0-alpha.7)
- [github.com/nbQA-dev/nbQA: 1.6.1 → 1.7.1](nbQA-dev/nbQA@1.6.1...1.7.1)
- [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 Dec 18, 2023
1 parent 6bf9c26 commit 3d1fad8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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,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: v4.0.0-alpha.7 # 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.1
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 3d1fad8

Please sign in to comment.