Checklist before submitting a bug report
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:
- Generate repo with linting enabled
- Install dev deps
- Run
ruff .
Error Message
Expected behavior
That docs uses ruff check . instead of deprecated ruff .
Additional context
My ruff version is 0.6.2
Checklist before submitting a bug report
Bug details
Describe the bug
On
python-template/template/{% if AddDevDoc %}README.dev.md{% endif %}.jinja
Line 73 in e14ae78
it say to run
ruff .However if I do that I getTo Reproduce
Steps to reproduce the behavior:
ruff .Error Message
Expected behavior
That docs uses
ruff check .instead of deprecatedruff .Additional context
My ruff version is 0.6.2