From 792add28c23d44b837fdcb6136362d3577945e16 Mon Sep 17 00:00:00 2001 From: Tarek Ziade Date: Wed, 17 Oct 2012 10:20:45 +0200 Subject: [PATCH] style --- flake8/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake8/run.py b/flake8/run.py index f7b23b1..30944b5 100644 --- a/flake8/run.py +++ b/flake8/run.py @@ -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