Skip to content

Check Python maintainer scripts #293

@gilles-peskine-arm

Description

@gilles-peskine-arm

Our Python code checks (pylint and mypy) currently run on an old version of Python. We have been creating scripts that require a modern Python, and these scripts are in places that are excluded from the Python checks:

The goal of this task is to arrange for these modern-Python scripts to be checked with pylint and mypy.

This can be done either by moving all the Python checking to a modern Python and including the new scripts in these checks, or by adding a second Python check to all.sh that uses a modern Python and looks at the new scripts.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions