mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-13 16:14:18 +00:00
Fix space
This commit is contained in:
parent
1ff4b2f508
commit
80fe5da14c
2 changed files with 2 additions and 3 deletions
|
|
@ -42,8 +42,7 @@ def main():
|
||||||
|
|
||||||
|
|
||||||
def check_file(path, ignore=(), complexity=-1):
|
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.
|
||||||
optionally.
|
|
||||||
|
|
||||||
:param str path: path to the file to be checked
|
:param str path: path to the file to be checked
|
||||||
:param tuple ignore: (optional), error and warning codes to be ignored
|
:param tuple ignore: (optional), error and warning codes to be ignored
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue