Step 2 (Type Infer) of the Refactory pipeline. In relaxed mode, developers write idiomatic Python without full type annotations. python-annotate ensures all code has PEP 484 annotations before ...
On every push and pull request git diffs will get inline annotated with found errors from selected linters. The python version is set by actions/setup-python@v5 using composite actions. This means ...