Closed edublancas closed 1 year ago
we could write a script that analyzes the public API of package and determines if the API has changed (function/method signature changes)
we can use jedi for this (or parso if we need more flexibility)
we could write a script that analyzes the public API of package and determines if the API has changed (function/method signature changes)