These would error on code like: `not x in y` and `not x is None` and suggest `x not in y` and `x is not None` This can be based on this code from OpenStack: https://github.com/openstack-dev/hacking/blob/master/hacking/core.py#L808
These would error on code like:
not x in yandnot x is Noneand suggest
x not in yandx is not NoneThis can be based on this code from OpenStack: https://github.com/openstack-dev/hacking/blob/master/hacking/core.py#L808