Remove prettier from pre-commit (#9744)

This doesn't autofix, see #9742

> GitHub prevented pre-commit.ci from autofixing this pr due to autofixes to a workflow file

Life is too short to spend it being yelled at by robots because line
length in some YAML is too long.
This commit is contained in:
Shantanu
2023-02-16 15:38:39 -08:00
committed by GitHub
parent 7180d0223b
commit 660c832fa4

View File

@@ -33,12 +33,6 @@ repos:
- "flake8-bugbear==23.1.20" # must match requirements-tests.txt
- "flake8-noqa==1.3.0" # must match requirements-tests.txt
- "flake8-pyi==23.1.2" # must match requirements-tests.txt
- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.0.0-alpha.4
python_requirement: false
hooks:
- id: prettier
types_or: [yaml]
ci:
autofix_commit_msg: "[pre-commit.ci] auto fixes from pre-commit.com hooks"