aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Joe Banks <[email protected]>2025-07-18 20:36:02 +0100
committerGravatar copilot-swe-agent[bot] <[email protected]>2025-07-18 20:15:51 +0000
commite4d8006cecfc8842c11967c2782c7bd5ee2e136c (patch)
tree9aaf5c66e80bb4b8c464b4040f1398b65b58aa70 /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.