Skip to content

v0.5.0

Compare
Choose a tag to compare
@MasterOdin MasterOdin released this 25 Apr 20:52
· 56 commits to master since this release

Added python specific entry point for pylint_runner to allow for cleaner usage with multiple versions of python. It will install both for the major and minor versions of python.

This means that if installed by python2.7 and then python3.5, you will have:

  • pylint_runner (using python 3.5)
  • pylint_runner2
  • pylint_runner2.7
  • pylint_runner3
  • pylint_runner 3.5

This will make it easier to use this as pylint is version specific on its AST generation.