We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9314593 commit cc1eefaCopy full SHA for cc1eefa
.pre-commit-config.yaml
@@ -19,14 +19,14 @@ repos:
19
20
# python code formatting
21
- repo: https://github.com/psf/black
22
- rev: 22.3.0
+ rev: 22.6.0
23
hooks:
24
- id: black
25
args: [--line-length, "99"]
26
27
# python import sorting
28
- repo: https://github.com/PyCQA/isort
29
- rev: 5.10.1
+ rev: 5.12.0
30
31
- id: isort
32
args: ["--profile", "black", "--filter-files"]
@@ -54,13 +54,7 @@ repos:
54
55
# yaml formatting
56
- repo: https://github.com/pre-commit/mirrors-prettier
57
- rev: v2.5.1
+ rev: v2.7.1
58
59
- id: prettier
60
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