...
Applying Codemods Across Multiple Repositories
Continuous Integration
https://github.com/edx/repo-tools/tree/master/edx_repo_tools/codemods/django3 - Examples for auto-updating GitHub Actions workflows, tox.ini, and .travis.yml
...
Codemod Frameworks - Python
https://engineering.fb.com/2023/08/07/developer-tools/fixit-2-linter-meta/ (built on LibCST)
https://github.com/facebookincubator/Bowler - deprecated/inactive
https://github.com/google/pasta - inactive
https://github.com/PyCQA/redbaron - inactive
Deprecation Warnings Classification - Python
https://github.com/edx/edx-platform/blob/master/openedx/core/process_warnings.py
https://github.com/edx/pytest-warnings-report (incomplete refactoring of the edx-platform code above to make it usable in other repos)