mirror of
https://github.com/PyCQA/flake8.git
synced 2026-04-11 23:34:17 +00:00
style
This commit is contained in:
parent
00696f120e
commit
792add28c2
1 changed files with 1 additions and 1 deletions
|
|
@ -141,7 +141,7 @@ def git_hook(complexity=-1, strict=False, ignore=None):
|
||||||
|
|
||||||
_initpep8()
|
_initpep8()
|
||||||
if ignore:
|
if ignore:
|
||||||
pep8.options.ignore=ignore
|
pep8.options.ignore = ignore
|
||||||
|
|
||||||
warnings = 0
|
warnings = 0
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue