From 566b64ab009097e8a06c27e1e49fe06fa25761e7 Mon Sep 17 00:00:00 2001 From: gkisel Date: Tue, 13 Jan 2015 12:50:31 -0800 Subject: [PATCH] Add check-case-conflict to README.md #21 #22 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 838b1ba..82e48fd 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,7 @@ Add this to your `.pre-commit-config.yaml` - `autopep8-wrapper` - Runs autopep8 over python source. (You'll want `args: ['-i]` when using this hook, see `.pre-commit-config.yaml` for an example.) - `check-added-large-files` - Prevent giant files from being committed. +- `check-case-conflict` - Check for files that would conflict in case-insensitive filesystems. - `check-docstring-first` - Checks a common error of defining a docstring after code. - `check-json` - Attempts to load all json files to verify syntax. - `check-yaml` - Attempts to load all yaml files to verify syntax.