Skip to content

Commit 1ca45eb

Browse files
committed
remove black hook
1 parent 09572be commit 1ca45eb

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.pre-commit-config.yaml

-13
Original file line numberDiff line numberDiff line change
@@ -35,19 +35,6 @@ repos:
3535
args: [--py37-plus]
3636
name: Upgrade code
3737

38-
#- repo: https://github.com/myint/docformatter
39-
# rev: v1.5.0
40-
# hooks:
41-
# - id: docformatter
42-
# args: [--in-place, --wrap-summaries=120, --wrap-descriptions=120]
43-
44-
- repo: https://github.com/psf/black
45-
rev: 23.11.0
46-
hooks:
47-
- id: black
48-
name: Black code
49-
args: ["-S"]
50-
5138
- repo: https://github.com/executablebooks/mdformat
5239
rev: 0.7.17
5340
hooks:

0 commit comments

Comments
 (0)