Skip to content

Commit dc0f8b1

Browse files
committed
Disable prettier in the pre-commit. It is choking the CI for some reason and does nothing for Python. We already have checkers for other formats.
1 parent 7ea2b7b commit dc0f8b1

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,11 @@ repos:
4343
types: [python]
4444
args: [--py37-plus]
4545

46-
- repo: https://github.com/pre-commit/mirrors-prettier
47-
rev: v4.0.0-alpha.8
48-
hooks:
49-
- id: prettier
46+
# Prettier is failing in CI for Markdown files, so we disable it for now. It does not do much for us anyway.
47+
# - repo: https://github.com/pre-commit/mirrors-prettier
48+
# rev: v4.0.0-alpha.8
49+
# hooks:
50+
# - id: prettier
5051

5152
# Linter for markdown files
5253
# This hook uses DavidAnson Node.js markdownlint in a Docker to minimize dev environment at the cost of speed

0 commit comments

Comments
 (0)