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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions