Skip to content

Remove hardcoded Ruff target-version #15538

@ohmayr

Description

@ohmayr

The current CLI tool hardcodes --target-version=py37 for Ruff formatting and linting. Evaluate if we can remove this flag and instead let Ruff default to its own baseline.

Rely on a pyproject.toml or ruff.toml for version targeting.

Goal: Eliminate the need to manually "bump" this version string in the script as our minimum supported Python version evolves.

Metadata

Metadata

Assignees

No one assigned

    Labels

    priority: p2Moderately-important priority. Fix may not be included in next release.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions