Skip to content

Commit e0f2238

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.4.0...v6.0.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.9.0](kynan/nbstripout@0.6.1...0.9.0) - [github.com/nbQA-dev/nbQA: 1.6.1 → 1.9.1](nbQA-dev/nbQA@1.6.1...1.9.1) - [github.com/codespell-project/codespell: v2.2.2 → v2.4.1](codespell-project/codespell@v2.2.2...v2.4.1)
1 parent ff8cc59 commit e0f2238

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_language_version:
77
repos:
88
# Formatters
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v4.4.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-ast
1313
- id: check-builtin-literals
@@ -19,13 +19,13 @@ repos:
1919
args: [--remove]
2020

2121
- repo: https://github.com/pre-commit/mirrors-prettier
22-
rev: v3.0.0-alpha.4 # Use the sha or tag you want to point at
22+
rev: v4.0.0-alpha.8 # Use the sha or tag you want to point at
2323
hooks:
2424
- id: prettier
2525

2626
# Notebook tools
2727
- repo: https://github.com/kynan/nbstripout
28-
rev: 0.6.1
28+
rev: 0.9.0
2929
hooks:
3030
- id: nbstripout
3131
args:
@@ -34,7 +34,7 @@ repos:
3434
- "metadata.vscode metadata.language_info.version cell.metadata.papermill metadata.papermill"
3535

3636
- repo: https://github.com/nbQA-dev/nbQA
37-
rev: 1.6.1
37+
rev: 1.9.1
3838
hooks:
3939
- id: nbqa-black
4040
additional_dependencies: [black==23.1.0]
@@ -49,7 +49,7 @@ repos:
4949
args: [--nbqa-mutate]
5050

5151
- repo: https://github.com/codespell-project/codespell
52-
rev: v2.2.2
52+
rev: v2.4.1
5353
hooks:
5454
- id: codespell
5555
types: [file]

0 commit comments

Comments
 (0)