mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-04 12:16:53 +00:00
commit
02943c496f
3 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
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ def main():
|
|||
|
||||
|
||||
def check_file(path, ignore=(), complexity=-1):
|
||||
"""Checks a file using pep8 and pyflakes by default and mccabe
|
||||
"""Checks a file using pep8 and pyflakes by default and mccabe
|
||||
optionally.
|
||||
|
||||
:param str path: path to the file to be checked
|
||||
|
|
|
|||
1
setup.py
1
setup.py
|
|
@ -31,7 +31,6 @@ setup(
|
|||
url="http://bitbucket.org/tarek/flake8",
|
||||
packages=["flake8", "flake8.tests"],
|
||||
install_requires=[
|
||||
"setuptools",
|
||||
"pyflakes >= 0.6.1",
|
||||
"pep8 >= 1.4.3",
|
||||
"mccabe >= 0.2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue