mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-09 22:34:17 +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.
|
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.
|
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
|
Also, make sure the file is executable and adapt the shebang line so it
|
||||||
point to your python interpreter.
|
point to your python interpreter.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue