Skip to content

Commit b9715b8

Browse files
committed
build: Temporarily disable YAML formatting hook for pre-commit due to an incompatibility with a recent setuptools release.
Signed-off-by: Michael Seifert <[email protected]>
1 parent 16d6521 commit b9715b8

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.pre-commit-config.yaml

+7-5
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,13 @@ repos:
2020
- python
2121
- markdown
2222
- rst
23-
- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
24-
rev: 0.1.0
25-
hooks:
26-
- id: yamlfmt
27-
args: [--mapping, '2', --sequence, '2', --offset, '0']
23+
# Temporarily disable the YAML formatting hook due to an incompatibility with setuptools-61.1.0
24+
# see https://github.com/jumanjihouse/pre-commit-hook-yamlfmt/issues/29
25+
#- repo: https://github.com/jumanjihouse/pre-commit-hook-yamlfmt
26+
# rev: 0.1.0
27+
# hooks:
28+
# - id: yamlfmt
29+
# args: [--mapping, '2', --sequence, '2', --offset, '0']
2830
- repo: https://github.com/pre-commit/pre-commit-hooks
2931
rev: v4.1.0
3032
hooks:

0 commit comments

Comments
 (0)