Skip to content

Commit cc1eefa

Browse files
committed
Fix pre-commits versions
1 parent 9314593 commit cc1eefa

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ repos:
1919

2020
# python code formatting
2121
- repo: https://github.com/psf/black
22-
rev: 22.3.0
22+
rev: 22.6.0
2323
hooks:
2424
- id: black
2525
args: [--line-length, "99"]
2626

2727
# python import sorting
2828
- repo: https://github.com/PyCQA/isort
29-
rev: 5.10.1
29+
rev: 5.12.0
3030
hooks:
3131
- id: isort
3232
args: ["--profile", "black", "--filter-files"]
@@ -54,13 +54,7 @@ repos:
5454

5555
# yaml formatting
5656
- repo: https://github.com/pre-commit/mirrors-prettier
57-
rev: v2.5.1
57+
rev: v2.7.1
5858
hooks:
5959
- id: prettier
6060
types: [yaml]
61-
62-
# jupyter notebook cell output clearing
63-
- repo: https://github.com/kynan/nbstripout
64-
rev: 0.5.0
65-
hooks:
66-
- id: nbstripout

0 commit comments

Comments
 (0)