aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7a30bec..31e274c 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ that folder, and the files within, is used for.
To lint everything with `pre-commit` locally, run the command
```sh
-$ poetry run task lint
+$ uv run task lint
```
Any trivial errors (formatting, minor linting problems) will automatically be fixed.