-
0.8.1
Hacking 0.8.1 Changes: * Switch over to oslosphinx * Add noqa support to H201 * Add noqa support to H202
-
0.8.0
Hacking 0.8.0 release Major changes: Changes: * H601 => H903: H601 renamed H903 * H202: covers more cases * Fix regression that disabled any check that supports noqa: H231, H233, H302, H303, H304, H501 New Rules: * H234: assert(Not)Equals() is deprecated, use assertEqual instead. * H235: assert_() is deprecated, use assertTrue instead
-
0.7.1
Minor bug fix release
-
0.7.0
Fix H202 Add support for local import_exceptions
-
0.6.0
Hacking 0.6 New Checks: H102: Apache 2.0 license header not found H103: header does not match Apache 2.0 License notice H231: Python 3.x incompatible 'except x,y:' construct H232: Python 3.x incompatible octal %s should be written as 0o%s H233: Python 3.x incompatible use of print operator H501: Do not use locals() for string formatting
-
0.5.6
Bug fix release 0.5.6 Add noqa support to import checks. Bug 1186188
-
0.5.5
Release 0.5.5 Minor bug fixes / improvements, no new checks