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
Hello, this option was added in latest pylint version, maybe the pylint used need to be upgraded ? (I don't see the version of pylint anywhere in the bug report)
pylint --version
pylint 3.3.2
astroid 3.3.6
Python 3.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)]
And the VScode extension:
Version
2024.0.0
Last Updated
2024-10-10, 09:50:31
I just saw that there is a 3.3.3 for Pylint.
After install the same issue occurs.
pylint 3.3.3
astroid 3.3.8
Python 3.11.4 (tags/v3.11.4:d2340ef, Jun 7 2023, 05:45:37) [MSC v.1934 64 bit (AMD64)]
Diagnostic Data
Behaviour
Expected Behavior
max-positional-arguments
should correctly be interpreted/linted when using a config rc fileActual Behavior
When using a config file like
tox.ini
all python files get a"Unrecognized option found: max-positional-arguments",
on the problems window.Reproduction Steps:
tox.ini
file with the following:Logs:
Outcome When Attempting Debugging Steps:
Running Pylint on the files with
pylint --rcfile tox.ini ...
works fine with all settings added insidetox.ini
The text was updated successfully, but these errors were encountered: