This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch sbp
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git
The following commit(s) were added to refs/heads/sbp by this push:
new 31569feb Add a script to fix function ordering in common locations
31569feb is described below
commit 31569febc8ad92dfa5c2268bc666072ab7b0b3b1
Author: Sean B. Palmer <[email protected]>
AuthorDate: Thu Mar 5 15:44:24 2026 +0000
Add a script to fix function ordering in common locations
---
scripts/fix_orders.sh | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/scripts/fix_orders.sh b/scripts/fix_orders.sh
new file mode 100755
index 00000000..01521cf4
--- /dev/null
+++ b/scripts/fix_orders.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -eu
+find atr -type f -name '*.py' -exec sh scripts/fix_order.sh {} \;
+find tests -type f -name '*.py' -exec sh scripts/fix_order.sh {} \;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]