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
Results in "There was an error in running the linter 'pylint'
OUTPUT:
Linting with pylint failed.
TypeError: Converting circular structure to JSON
##########Linting Output - pep8##########
9,80,E,E501:line too long (84 > 79 characters)
13,80,E,E501:line too long (105 > 79 characters)
Disabling one of pylint or pep8 removes the issue.
Was under the impression that multiple linters can be run simulataneously, and have done so with previous builds of Code.
Does this issue occur when all extensions are disabled?: No, this issue specifically relates to the interaction between the Python extension, linting, and the pylint and pep8 linter extensions.
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
OUTPUT:
Linting with pylint failed.
Disabling one of pylint or pep8 removes the issue.
Was under the impression that multiple linters can be run simulataneously, and have done so with previous builds of Code.
Does this issue occur when all extensions are disabled?: No, this issue specifically relates to the interaction between the Python extension, linting, and the pylint and pep8 linter extensions.
The text was updated successfully, but these errors were encountered: