<div dir="ltr"><div>Hi all,</div><div><br></div><div>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: <a href="https://review.openstack.org/#/c/145570/">https://review.openstack.org/#/c/145570/</a></div><div><br></div><div><ul><li>flake8 now uses multiprocessing by default!<br></li><li>Remove H402: first line of docstring should end with punctuation<br></li><li>Remove H904: Wrap long lines in parentheses and not backslash for line continuation<br></li><li>Update H501, don't use locals() for formatting strings. to also check for self.__dict__<br></li><li>Add H105: don't use author tags<br></li><li>Add H238: check for old style class declarations<br></li><li>Remove all git commit message rules: H801, H802, H803<br></li><li>Remove complex import rules: H302, H306, H307<br></li></ul></div><div><br></div><div>Dependency changes:</div><div><ul><li>pep8 from 1.5.6 to 1.5.7 (<a href="https://pypi.python.org/pypi/pep8">https://pypi.python.org/pypi/pep8</a>)<br></li><li>flake8 from 2.1.0 to 2.2.4 (<a href="https://pypi.python.org/pypi/flake8">https://pypi.python.org/pypi/flake8</a>)<br></li><li>six from >= 1.60 to >=1.7.0<br></li></ul></div></div>