From eb3f6823eb4a4c422c954a1437f1e2b810f07fe0 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Thu, 4 Apr 2024 16:29:26 -0700 Subject: [PATCH] Remove prettier It caused a weird jenkins error trying to look at /etc/passwd. Not worth the trouble for formatting yaml and md, which I'm barely using. --- .pre-commit-config.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3545203..46686bb 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -32,7 +32,3 @@ repos: rev: 552baf822992936134cbd31a38f69c8cfe7c0f05 # frozen: 24.3.0 hooks: - id: black - - repo: https://github.com/pre-commit/mirrors-prettier - rev: f12edd9c7be1c20cfa42420fd0e6df71e42b51ea # frozen: v4.0.0-alpha.8 - hooks: - - id: prettier