Merge pull request #2643 from coolo/fix_e265
Remove E265 from flake ignore list
This commit is contained in:
commit
009ead7be3
2
.flake8
2
.flake8
@ -1,4 +1,4 @@
|
|||||||
[flake8]
|
[flake8]
|
||||||
exclude = abichecker
|
exclude = abichecker
|
||||||
max-line-length = 100
|
max-line-length = 100
|
||||||
ignore = E501,F401,E128,E251,E201,E202,E302,E305,F841,E261,E265,E712,E126,E711,E125,E123,E101,E124,E127,E701,E714,W504,E129,E741,E722,E731
|
ignore = E501,F401,E128,E251,E201,E202,E302,E305,F841,E261,E712,E126,E711,E125,E123,E101,E124,E127,E701,E714,W504,E129,E741,E722,E731
|
||||||
|
@ -89,7 +89,6 @@ class Fetcher(object):
|
|||||||
unresolvable += count
|
unresolvable += count
|
||||||
continue
|
continue
|
||||||
building += count
|
building += count
|
||||||
#print(code, file=sys.stderr)
|
|
||||||
# let's count them as building
|
# let's count them as building
|
||||||
if building > 0:
|
if building > 0:
|
||||||
building += unresolvable
|
building += unresolvable
|
||||||
|
@ -61,7 +61,6 @@ def check_pkgs(rebuild_list):
|
|||||||
|
|
||||||
def rebuild_pkg_in_factory(package, prj, arch, testmode, code=None):
|
def rebuild_pkg_in_factory(package, prj, arch, testmode, code=None):
|
||||||
query = { 'cmd': 'rebuild', 'arch': arch }
|
query = { 'cmd': 'rebuild', 'arch': arch }
|
||||||
#prj = "home:jzwickl"
|
|
||||||
if package:
|
if package:
|
||||||
query['package'] = package
|
query['package'] = package
|
||||||
pkg = query['package']
|
pkg = query['package']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user