diff --git a/knowledge base/pre-commit.md b/knowledge base/pre-commit.md index f89dd99..022e4d9 100644 --- a/knowledge base/pre-commit.md +++ b/knowledge base/pre-commit.md @@ -51,6 +51,12 @@ repos: name: ansilint # use an alias ``` +## Troubleshooting + +### Some files are skipped during a run + +Check they are tracked (have been `add`ed to the repository). + ## Further readings - Pre-commit's [website]