mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +00:00
Forgot to document the `lazy` param.
This commit is contained in:
parent
01471f885d
commit
72bd7ee8cf
1 changed files with 3 additions and 0 deletions
3
README
3
README
|
|
@ -101,6 +101,9 @@ standard output.
|
|||
is emited. If you don't specify it or set it to **-1**, it's just ignored.
|
||||
If specified, it must be a positive value. 12 is usually a good value.
|
||||
|
||||
*lazy* when set to ``True`` will also take into account files not added to the
|
||||
index.
|
||||
|
||||
Also, make sure the file is executable and adapt the shebang line so it
|
||||
point to your python interpreter.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue