8000 Add pylint through ruff · Issue #605 · tqec/tqec · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Add pylint through ruff #605
Open
Open
@purva-thakre

Description

@purva-thakre

ruff was added in #599

Some of the rules were intentionally ignored in pyproject.toml to allow us to enable them one by one and make the required changes. The goal of this issue is to remove ["PLR1714", "PLC0414", "PLC0105", "PLW2901"] from the ignore section and make the changes wherever required.

ruff should provide information when you run ruff check after the rule is removed from the toml file.

https://docs.astral.sh/ruff/rules/#pylint-pl
https://docs.astral.sh/ruff/linter/#the-ruff-linter

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0