Skip to content

Docs bug: default show-fixes #4113

@jamesbraza

Description

@jamesbraza

From https://beta.ruff.rs/docs/settings/#show-fixes

[tool.ruff]
# By default, always enumerate fixed violations.
show-fixes = true

Specifically the comment:

# By default, always enumerate fixed violations.

This comment is incorrect, the default of show-fixes is actually false. The comment should say something like:

# Enumerate all autofixed violations.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions