Explorar o código

sphinx_multiversion/git: Break long line

Jan Holthuis %!s(int64=4) %!d(string=hai) anos
pai
achega
361621d195
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      sphinx_multiversion/git.py

+ 2 - 1
sphinx_multiversion/git.py

@@ -48,7 +48,8 @@ def get_all_refs(gitroot):
         yield GitRef(name, commit, source, is_remote, refname, creatordate)
 
 
-def get_refs(gitroot, tag_whitelist, branch_whitelist, remote_whitelist, files=()):
+def get_refs(gitroot, tag_whitelist, branch_whitelist, remote_whitelist,
+             files=()):
     for ref in get_all_refs(gitroot):
         if ref.source == "tags":
             if tag_whitelist is None or not re.match(tag_whitelist, ref.name):