Skip to content

Releases: leinardi/pylint-pycharm

0.12.1

04 Feb 18:34
0.12.1
fd407b1
Compare
Choose a tag to compare
0.12.1 Pre-release
Pre-release
  • Fixed regression generating several errors in Event Log during inspection

0.12.0

01 Feb 10:17
0.12.0
3df49db
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release
  • New: Min IDEA version raised from 2016 to 2018
  • New: Tidied up deprecations in the 2018 SDK
  • New: Fixed possible deadlock during inspection

0.11.2

01 Feb 08:36
0.11.2
3108391
Compare
Choose a tag to compare
0.11.2 Pre-release
Pre-release
  • Fix #42: no linting when using --init-hook in the parameter field

0.11.1

15 Sep 14:58
0.11.1
1a22fe3
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release
  • New: Improved error handling

0.11.0

02 Feb 08:46
0.11.0
3c8857f
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release
  • PyLint real-time inspection disabled by default as numerous users find running it in the background has a negative impact on their system performance
  • Fix #29: Implementing a better virtualenv detection

0.10.2

25 Sep 14:44
0.10.2
6b460fe
Compare
Choose a tag to compare
0.10.2 Pre-release
Pre-release
  • Fix #26: SyntaxError: Non-UTF-8 code starting with '\x90' when interpreter is set on Windows

0.10.1

22 Sep 10:21
0.10.1
f98e94a
Compare
Choose a tag to compare
0.10.1 Pre-release
Pre-release
  • Fix #22: PyLint absolute path not working on Windows
  • Fix #24: PyLint auto-detection not working on Windows

0.10.0

12 Sep 20:34
0.10.0
a3ad914
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release
  • Fix #7: Support linting inside current Virtualenv
  • Fix #19: Don't show the 'syntax-error' message for real-time scan
  • New: Improved Pylint auto-detection
  • New: Option to install Pylint if missing
  • New: Settings button now opens File | Settings | Pylint
  • New: Minimum compatibility version raised to 163.15529

0.9.0

05 Sep 20:08
0.9.0
e010333
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release
  • Info: I am aware of the venv import error but for now I only have a partial solution. If you want to help or just get updates on the issue, click here.
  • New: Showing better info to the user if Pylint is missing
  • New: Added ability to optionally specify a pylintrc
  • New: Added ability to optionally specify Pylint arguments

0.8.0

01 Sep 21:48
0.8.0
46a010e
Compare
Choose a tag to compare
0.8.0 Pre-release
Pre-release
  • New: Added missing type info
  • New: Autoscroll to Source is disabled by default