diff --git a/docs/tutorial.md b/docs/tutorial.md index b73d6e158c..8a776e8c31 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -372,7 +372,7 @@ This tutorial has focused on Ruff's command-line interface, but Ruff can also be rev: v0.14.6 hooks: # Run the linter. - - id: ruff + - id: ruff-check # Run the formatter. - id: ruff-format ```