- Drop support for Python 3.5 and 3.6
- Fix running pylint_runner with pylint 3.0+
- pylint_runner now only supports python 3.5+
- pass unused arguments to pylint
- always print out pylint version and python version line, not just under verbose mode
- Fix break in function signature of pylint.lint.Run for Python 3+ (thanks cjhall1283)
- Mark this as the last release for Python 2.7 (will be removed in 0.6.0)
- Remove official support of Python 2.6, 3.2, and 3.3
- Remove dependency on pip
- Mark Python 3.6 as supported
- Added additional entry points to make it possible to have pylint_runner installed for multiple python versions
- Refactored module into class to facilitate easy argument loading
- Added verbose mode and defaulted to off
- Added the ability to specify a pylintrc file (defaults to
.pylintrc
relative to calling location)