From 2e5734f28353779dc2e8cb9e00d10641d285bd08 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Mon, 22 Apr 2024 16:13:47 -0600 Subject: [PATCH] Add Troubleshooting section --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b3e820d..dd327b3 100644 --- a/README.md +++ b/README.md @@ -22,3 +22,11 @@ your existing `pre-commit` configuration from the previous step: * [The official pre-commit GitHub action](https://github.com/pre-commit/action): :rock: Very stable * [pre-commit.ci](https://pre-commit.ci): :zap: Faster, but has more frequent outages. + + +## Troubleshooting + + +### I ignored a file in `.alexignore` but `pre-commit` is still failing + +See this issue: