-
Couldn't load subscription status.
- Fork 8
Open
Labels
part:toolingAffects the development tooling (CI, deployment, dependency management, etc.)Affects the development tooling (CI, deployment, dependency management, etc.)type:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users
Description
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
Labels
part:toolingAffects the development tooling (CI, deployment, dependency management, etc.)Affects the development tooling (CI, deployment, dependency management, etc.)type:enhancementNew feature or enhancement visitble to usersNew feature or enhancement visitble to users