From 58f7437f841afc9ddff26dd6a92ec4521a55f240 Mon Sep 17 00:00:00 2001 From: Jan Strohbeck Date: Thu, 9 Jan 2020 13:31:21 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d9535ae..bc1120b 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Setup Format all files ---------------- -The pre-commit hook only checks and formats changed files. If you want to run it on all files in the repository at once, run `./run_hooks --all` +The pre-commit hook and the run_hooks script only check and format **staged** files by default. If you want to run it on all files in the repository at once, run `./run_hooks --all` Only run formatter or linter ---------------------------------