We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 722ccf7 commit 802a87eCopy full SHA for 802a87e
.pre-commit-config.yaml
@@ -6,24 +6,7 @@ repos:
6
- repo: https://github.com/psf/black
7
rev: 21.8b0
8
hooks:
9
- - id: black
10
- types: [file]
11
- types_or: [python, pyi]
12
-
13
-- repo: https://github.com/nbQA-dev/nbQA
14
- rev: 1.1.0
15
- hooks:
16
- - id: nbqa-black
17
- additional_dependencies: [black==21.7b0]
18
- args: ["--nbqa-mutate"]
19
20
-# - repo: https://github.com/asottile/blacken-docs
21
-# rev: v1.10.0
22
-# hooks:
23
-# - id: blacken-docs
24
-# additional_dependencies: [black==20.8b1]
25
-# args: ["--target-version=py36"]
26
-# stages: ["manual"]
+ - id: black-jupyter
27
28
- repo: https://github.com/pre-commit/pre-commit-hooks
29
rev: v4.0.1
0 commit comments