Skip to content

Explore the usage of ruff as alternative linter to flake8 + isort + pydocstyle + more!  #67

@jorgepiloto

Description

@jorgepiloto

💡 Idea
Lots of popular Python projects are migrating to the usage of ruff as fast and modern linter.

Large Python libraries like this one would bennefit not only from using this linter but also from its speed. Also, it allows to get rid of the .flake8 file since all configuration can be declared in the pyproject.toml file.

In addition, it can be used with pre-commit, allowing us to unify flake8, isort and pydocstyle in a single hook.

Metadata

Metadata

Assignees

No one assigned

    Labels

    maintenanceGeneric maintenance related

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions