mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-08 05:54:17 +00:00
Fix space
This commit is contained in:
parent
1ff4b2f508
commit
80fe5da14c
2 changed files with 2 additions and 3 deletions
|
|
@ -14,7 +14,7 @@ from flake8.main import DEFAULT_CONFIG
|
|||
|
||||
def git_hook(complexity=-1, strict=False, ignore=None, lazy=False):
|
||||
"""This is the function used by the git hook.
|
||||
|
||||
|
||||
:param int complexity: (optional), any value > 0 enables complexity
|
||||
checking with mccabe
|
||||
:param bool strict: (optional), if True, this returns the total number of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue