Skip to content

Ruff docs outdate #581

@sverhoeven

Description

@sverhoeven

Checklist before submitting a bug report

  • I have checked the existing issues and couldn't find an issue about this bug.

Bug details

Describe the bug

On


it say to run ruff . However if I do that I get

ruff  .
error: `ruff <path>` has been removed. Use `ruff check <path>` instead.

To Reproduce

Steps to reproduce the behavior:

  1. Generate repo with linting enabled
  2. Install dev deps
  3. Run ruff .

Error Message

Expected behavior

That docs uses ruff check . instead of deprecated ruff .

Additional context

My ruff version is 0.6.2

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions