mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 14:04:16 +00:00
DOCS: Add clarification to VCS checks
This commit is contained in:
parent
4439ea2025
commit
1cc2dbc785
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
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
|
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
|
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:
|
This is to support users who often find themselves doing things like:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue