aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-18 20:36:02 +0100
committerGravatar Joe Banks <[email protected]>2025-07-18 20:36:02 +0100
commitdd0fe50e79763a586b099a6d264c01d818edd5c8 (patch)
treea445d20c0066a9902c68bc3acf04ff758295afa0 /README.md
parentUpdate Keycloak to 26.3.0 (diff)
10x the repo
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.