hacking/hacking
Julien Danjou 8990ddbb21 Fix H238 to allow parent classes to be returned by a function
There was a corner case that wasn't caught before where
you would want to declare a class like this:

    class Foo(six.with_metaclass(abc.ABCMeta, object)):

but this falsely triggered H238. This allows for that and
adds one more docstring update for a failure case.

Change-Id: Ie7cea4156f0da5bf72d16e5eb5f4e13b7c095d3f
2015-01-21 15:31:33 +00:00
..
checks Fix H238 to allow parent classes to be returned by a function 2015-01-21 15:31:33 +00:00
tests Remove complex import rules 2014-12-17 21:29:07 +00:00
__init__.py Add a check for file with only comments 2013-12-09 15:35:33 +01:00
config.py Extract configs-related code to the configs helper 2013-08-01 22:43:15 +04:00
core.py Add docstring to is_import_exception 2014-12-17 13:45:12 -08:00