lint: Clean up E713 PEP-8 rule.

This commit is contained in:
Tim Abbott
2017-01-23 21:08:52 -08:00
parent a088cdaa04
commit e385b93448
4 changed files with 4 additions and 4 deletions

View File

@@ -77,7 +77,7 @@ def check_our_files():
ftypes=['handlebars', 'html'],
)
fns = [fn for fn in files if (not 'casperjs' in fn) and (not 'puppet/zulip' in fn)]
fns = [fn for fn in files if ('casperjs' not in fn) and ('puppet/zulip' not in fn)]
grep(fns, set(keywords))
if __name__ == '__main__':