Skip to content

Disable redundant checks in pylint #425

@llucax

Description

@llucax

What's needed?

Some checks performed by pylint are also checked by other tools, and pylint is usually slower, so we should disable unnecessary checks.

Proposed solution

Add to the following checks to the disabled list in pyproject.toml:

  • wrong-import-position

Use cases

No response

Alternatives and workarounds

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    part:toolingAffects the development tooling (CI, deployment, dependency management, etc.)type:enhancementNew feature or enhancement visitble to users

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions