mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 10:36:53 +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()
|
||||
if ignore:
|
||||
pep8.options.ignore=ignore
|
||||
pep8.options.ignore = ignore
|
||||
|
||||
warnings = 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue