From 1cc2dbc78599cc6a1287af4b303d4886621fe2cd Mon Sep 17 00:00:00 2001 From: jmcgill298 Date: Sat, 3 Nov 2018 18:48:41 -0400 Subject: [PATCH] DOCS: Add clarification to VCS checks --- docs/source/user/using-hooks.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/user/using-hooks.rst b/docs/source/user/using-hooks.rst index 05b1ec6..6308e33 100644 --- a/docs/source/user/using-hooks.rst +++ b/docs/source/user/using-hooks.rst @@ -48,7 +48,7 @@ possible. As a result, the |Flake8| Git pre-commit will default to only checking files that have been staged (i.e., added to the index). If, however, you are keen to be lazy and not independenty add files to your git index, you can set ``flake8.lazy`` to ``true`` (similar to how you would set -``flake8.strict`` above) and this will check all tracked files. +``flake8.strict`` above) and this will check all modified tracked files. This is to support users who often find themselves doing things like: