From dd0fe3a3a6a1bb50209e697d7bef91473661bee2 Mon Sep 17 00:00:00 2001 From: Ask Solem Date: Thu, 17 Jan 2013 13:50:01 +0000 Subject: More pep8ify --- extra/release/bump_version.py | 2 +- extra/release/flakeplus.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'extra') diff --git a/extra/release/bump_version.py b/extra/release/bump_version.py index ccf7355e..5798f6a0 100755 --- a/extra/release/bump_version.py +++ b/extra/release/bump_version.py @@ -149,7 +149,7 @@ def bump(*files, **kwargs): v.write(next) print(cmd("git", "commit", "-m", "Bumps version to %s" % (to_str(next), ), - *[f.filename for f in files])) + *[f.filename for f in files])) print(cmd("git", "tag", "v%s" % (to_str(next), ))) diff --git a/extra/release/flakeplus.py b/extra/release/flakeplus.py index 6fe1f1fc..4e1efd47 100755 --- a/extra/release/flakeplus.py +++ b/extra/release/flakeplus.py @@ -37,7 +37,7 @@ class FlakePP(object): re_with = compile(RE_WITH) re_noqa = compile(RE_NOQA) map = {"abs": True, "print": False, - "with": False, "with-used": False} + "with": False, "with-used": False} def __init__(self, verbose=False): self.verbose = verbose -- cgit v1.2.1