Codebase list python-castellan / ccac5f8
Merge "Clean up removed hacking rule from [flake8] ignore lists" Jenkins authored 8 years ago Gerrit Code Review committed 8 years ago
3 changed file(s) with 3 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
2727 conf.register_opts(key_manager_opts, group='key_manager')
2828
2929 cls = importutils.import_class(conf.key_manager.api_class)
30 return cls(configuration=conf)
30 return cls(configuration=conf)
00 # The order of packages is significant, because pip processes them in the order
11 # of appearance. Changing the order has an impact on the overall integration
22 # process, which may cause wedges in the gate later.
3
4 hacking<0.10,>=0.9.2
3 hacking>=0.10.2,<0.11 # Apache-2.0
54
65 coverage>=3.6 # Apache-2.0
76 discover # BSD
4747 # E123, E125 skipped as they are invalid PEP-8.
4848
4949 show-source = True
50 ignore = E123,E125,H803
50 ignore = E123,E125
5151 exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build