From c676d0b6f4ea8df7e4f4f20bc932a577619d21c0 Mon Sep 17 00:00:00 2001 From: Adam Johnson Date: Tue, 29 Oct 2024 10:25:28 +0000 Subject: [PATCH] Remvoe Prettier (#296) Running it under pre-commit now creates a `node_modules` directory. Sigh. --- .pre-commit-config.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 107c66a..92ddfba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -24,12 +24,6 @@ repos: rev: 1.4.1 hooks: - id: tox-ini-fmt -- repo: https://github.com/pre-commit/mirrors-prettier - rev: v4.0.0-alpha.8 - hooks: - - id: prettier - types_or: - - css - repo: https://github.com/standard/standard rev: v17.1.2 hooks: