Skip to content

MAINT: Consider extend-select for Ruff #2817

Description

@VeckoTheGecko
[tool.ruff.lint]
-select = [
+extend-select = [
  "D", # pydocstyle
  "E", # Error
  "F", # pyflakes
  "I", # isort

this would mean that we work from Ruffs defaults as a baseline rather than specify out own. This allows us to inherit QAQC rules the Astral team deems sensible as Ruff updates.

This is low-prio

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions