change wording so that people know this hook needs arguments.
diff --git a/README.md b/README.md index 08a3bcc..838b1ba 100644 --- a/README.md +++ b/README.md
@@ -22,7 +22,7 @@ ### Hooks available -- `autopep8-wrapper` - Runs autopep8 over python source. +- `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-docstring-first` - Checks a common error of defining a docstring after code. - `check-json` - Attempts to load all json files to verify syntax.