[openstack-dev] [all] Hacking 0.10 released

Joe Gordon joe.gordon0 at gmail.com
Sun Jan 11 01:15:35 UTC 2015


Hi all,

I am happy to announce the release of hacking 0.10. Below is a list of
whats new. Unlike most dependencies hacking changes are not automatically
pushed out by the OpenStack Proposal Bot. In order to migrate to the new
release each project will need a patch like this:
https://review.openstack.org/#/c/145570/


   - flake8 now uses multiprocessing by default!
   - Remove H402: first line of docstring should end with punctuation
   - Remove H904: Wrap long lines in parentheses and not backslash for line
   continuation
   - Update H501, don't use locals() for formatting strings. to also check
   for self.__dict__
   - Add H105: don't use author tags
   - Add H238: check for old style class declarations
   - Remove all git commit message rules: H801, H802, H803
   - Remove complex import rules: H302, H306, H307


Dependency changes:

   - pep8 from 1.5.6 to 1.5.7 (https://pypi.python.org/pypi/pep8)
   - flake8 from 2.1.0 to 2.2.4 (https://pypi.python.org/pypi/flake8)
   - six from >= 1.60 to >=1.7.0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20150110/d968871a/attachment.html>


More information about the OpenStack-dev mailing list