GP-6744: Add a type-checking task for Python packages.

This commit is contained in:
Dan
2026-04-22 16:20:38 +00:00
parent ef04a80d91
commit a7b37a14c6
6 changed files with 56 additions and 20 deletions
@@ -26,3 +26,7 @@ dependencies {
// Only for Help :/
api project(':Debugger-rmi-trace')
}
tasks.typeCheckPyPackage {
environment("PYTHONPATH", project(":Debugger-rmi-trace").file("build/pypkg/src"))
}