This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-steward.git
The following commit(s) were added to refs/heads/main by this push:
new 595dc37 Adds a hint to the CONTRIBUTING doc for folks who are
completely new to (#450)
595dc37 is described below
commit 595dc3794cd7fecd9187e6f53e8ef41e89f3cdbf
Author: Rich Bowen <[email protected]>
AuthorDate: Thu Jun 4 11:16:41 2026 -0400
Adds a hint to the CONTRIBUTING doc for folks who are completely new to
(#450)
prek, uv, and this style of developing.
---
CONTRIBUTING.md | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index f628ab0..e7bb846 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -511,10 +511,19 @@ First-time clone:
```bash
git clone [email protected]:apache/airflow-steward.git
cd airflow-steward
+uv tool install prek
prek install # wire the hooks into .git/hooks
prek run --all-files # runs every hook on every file
```
+Note that if you are already using `prek` for some other project, you
+may need to do the following:
+
+```bash
+git config --local core.hooksPath .git/hooks
+prek install
+```
+
The hooks are described in detail under [Running the dev
loop](#running-the-dev-loop).
If you intend to actually run framework skills against an adopter