You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According pylint-dev/pylint#1763 PyLint doesn't support Python<3.4 since 2.0.0. We should add property pylint_use_command_line_tool for usage command line tool instead of Python import usage. It will provide possibility to use PyLint with Python3 into parallel for Python2 projects.
PS. Do not forget to remove project.depends_on('pylint') and add assert check (command line tool or import according property pylint_use_command_line_tool).
According pylint-dev/pylint#1763 PyLint doesn't support Python<3.4 since 2.0.0. We should add property
pylint_use_command_line_tool
for usage command line tool instead of Python import usage. It will provide possibility to use PyLint with Python3 into parallel for Python2 projects.PS. Do not forget to remove
project.depends_on('pylint')
and add assert check (command line tool or import according propertypylint_use_command_line_tool
).Like https://github.com/pybuilder/pybuilder/blob/master/src/main/python/pybuilder/plugins/python/pylint_plugin.py#L35
The text was updated successfully, but these errors were encountered: