Skip to content

Version 0.0.5

Compare
Choose a tag to compare
@sobolevn sobolevn released this 01 Aug 12:02
· 2544 commits to master since this release
d676174

Features

  • We now allow generator_stop to be a __future__ import
  • We now restrict dotted raw imports like: import os.path
  • We now check import aliases as regular variable names

Misc

  • We have added a CONTRIBUTING.md file to help new contributors