From 660c832fa48cfea7f46a7f3b66474ae9f1a04bb8 Mon Sep 17 00:00:00 2001 From: Shantanu <12621235+hauntsaninja@users.noreply.github.com> Date: Thu, 16 Feb 2023 15:38:39 -0800 Subject: [PATCH] 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. --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e8ffa8c07..0d0e16580 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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"