9 Commits

Author SHA1 Message Date
Randy Mackay
b36fb7f133 Tools: param_check_all loses skywalker files from skip list 2025-12-10 10:27:32 -06:00
Randy Mackay
40b40492da Tools: param-check-all skip list shortened 2025-12-10 18:06:09 +11:00
Bob Long
e1fb6c8f64 Tools: fix type hints in param_check
We changed the default to None, but forgot to update the type hints.
Also some drive-by whitespace cleanups.
2025-11-12 20:49:39 +11:00
Peter Barker
76a39dc4df Tools: fix flake8 B008 errors, methods-in-function-definitions
e.g.

./Tools/scripts/param_check_all.py:180:40: B008 Do not perform function calls in argument defaults.  The call is performed only once at function definition time. All calls to your function will reuse the result of that definition-time function call.  If this is intended, assign the function call to a module-level variable and use that variable as a default value.
2025-10-27 11:18:20 +11:00
Bob Long
23c21bfcec Tools: remove last vehicles from hwdefs to skip 2025-06-27 13:10:31 +10:00
Bob Long
82faa97874 Tools: remove 4 vehicles from param check skip 2025-06-25 17:13:21 +01:00
Bob Long
dfd48f9e15 Tools: remove luminousbee5 from param check skip 2025-06-19 21:27:52 +10:00
Bob Long
3e244ec063 Tools: remove Solo boards from param check skip 2025-06-18 22:56:55 +10:00
Bob Long
8d1d0a2107 Tools: add param_check_all script 2025-06-10 22:14:13 +10:00