Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • reForis reForis
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 82
    • Issues 82
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TurrisTurris
  • reForisreForis
  • reForisreForis
  • Merge requests
  • !336

Remove 'no-self-use' pylint checker from pylintrc

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Martin Matějek requested to merge refactor/pylintrc-drop-removed-checker into master Jan 24, 2023
  • Overview 2
  • Commits 2
  • Pipelines 2
  • Changes 2

This will resolve the pylint warning:

"Useless option value for '--disable', 'no-self-use' was moved to an optional extension"

This checker is disabled by default since pylint v2.14 and it was moved to optional extension.

See: https://pylint.pycqa.org/en/latest/whatsnew/2/2.14/summary.html#removed-checkers

Previously we explicitly disabled this check, so now we can safely remove this option from pylintrc.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: refactor/pylintrc-drop-removed-checker