From 3063cdb42fa8185d5313885bf722584734cd5011 Mon Sep 17 00:00:00 2001 From: Cody Fincher Date: Tue, 22 Aug 2023 18:15:38 -0500 Subject: [PATCH] build: ignore all-contributorsrc from prettier. --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 661a52213b..4c2a13d88d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -51,7 +51,7 @@ repos: rev: "v3.0.2" hooks: - id: prettier - exclude: "_templates|.git" + exclude: "_templates|.git|.all-contributorsrc" - repo: https://github.com/python-formate/flake8-dunder-all rev: v0.3.0 hooks: