pylint-pycharm

A plugin providing both real-time and on-demand scanning of Python files with PyLint from within PyCharm/IDEA.

APACHE-2.0 License

Stars
198
Committers
7

Bot releases are hidden (Show)

pylint-pycharm - 0.16.2

Published by leinardi about 1 year ago

  • Fix compatibility issues
pylint-pycharm - 0.16.1 Latest Release

Published by leinardi about 1 year ago

  • Fix several compatibility issues
pylint-pycharm - 0.16.0

Published by leinardi about 1 year ago

  • Possible fixe for #82: Pylint doesn't detect remote interpreter
  • Possible fixe for #58: On Windows allow pylint to use pylint installed in WSL
  • Respect Pylint path field and don't force usage of project interpreter
pylint-pycharm - 0.15.0

Published by leinardi over 1 year ago

[0.15.0] 2023-04-24

  • Fixed Icons not visible in new Jetbrains UI
  • New: Min IDEA version raised from PC-2021.2 to PC-2022.1.4
  • Several dependency updates
pylint-pycharm - 0.14.0

Published by leinardi over 2 years ago

  • New: Improved executable auto-detection on Windows
  • New: Make plugin hot-reloadable
  • New: Show notification when PyLint exits abnormally
  • Several dependency updates
pylint-pycharm - 0.13.1

Published by leinardi almost 3 years ago

  • New: Minimum compatibility version raised to 201.8743
pylint-pycharm - 0.13.0

Published by leinardi almost 3 years ago

  • Fixed #11: Stopping old instances of PyLint when requesting new ones (a huge thanks to @intgr for fixing this issue for mypy-pycharm, making the port for this plugin trivial!)
  • New: Min IDEA version raised from 2018 to PC-2021.2.3
  • Several dependency updates
pylint-pycharm - 0.12.2

Published by leinardi over 4 years ago

  • Fixed #61: Changed module/project icons to be compatible with EAPs of IDEA 2020.1
pylint-pycharm - 0.12.1

Published by leinardi over 4 years ago

  • Fixed regression generating several errors in Event Log during inspection
pylint-pycharm - 0.12.0

Published by leinardi over 4 years ago

  • New: Min IDEA version raised from 2016 to 2018
  • New: Tidied up deprecations in the 2018 SDK
  • New: Fixed possible deadlock during inspection
pylint-pycharm - 0.11.2

Published by leinardi over 4 years ago

  • Fix #42: no linting when using --init-hook in the parameter field
pylint-pycharm - 0.11.1

Published by leinardi about 5 years ago

  • New: Improved error handling
pylint-pycharm - 0.11.0

Published by leinardi over 5 years ago

  • 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
pylint-pycharm - 0.10.2

Published by leinardi about 6 years ago

  • Fix #26: SyntaxError: Non-UTF-8 code starting with '\x90' when interpreter is set on Windows
pylint-pycharm - 0.10.1

Published by leinardi about 6 years ago

  • Fix #22: PyLint absolute path not working on Windows
  • Fix #24: PyLint auto-detection not working on Windows
pylint-pycharm - 0.10.0

Published by leinardi about 6 years ago

  • 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
pylint-pycharm - 0.9.0

Published by leinardi about 6 years ago

  • 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
pylint-pycharm - 0.8.0

Published by leinardi about 6 years ago

  • New: Added missing type info
  • New: Autoscroll to Source is disabled by default
pylint-pycharm - 0.7.1

Published by leinardi about 6 years ago

pylint-pycharm - 0.7.0

Published by leinardi about 6 years ago

  • New: Added Scan Files Before Checkin
  • New: Added real-time scanning!
  • New: UX based on Checkstyle-IDEA plugin.
  • New: Plugin id and name changed (please remove manually the old plugin).