Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pylint configuration #1640

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Commits on Sep 21, 2024

  1. pylintrc: delete removed checks

    These options all give a warning on the form:
    
    R0022: Useless option value for '--enable', 'deprecated-urllib-function' was removed from pylint, see pylint-dev/pylint#4942. (useless-option-value)
    pjonsson committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d91845f View commit details
    Browse the repository at this point in the history
  2. pylintrc: delete unknown options

    These options give a warning:
    
    W0012: Unknown option value for '--enable', expected a valid pylint message and got 'long-suffix' (unknown-option-value)
    
    so they have presumably been removed
    from pylint since the last pylintrc
    update in 2019.
    pjonsson committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    89024db View commit details
    Browse the repository at this point in the history
  3. query: remov pylint disable

    The rule has been removed from pylint,
    so remove the disable line.
    pjonsson committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    2211420 View commit details
    Browse the repository at this point in the history