avocado-framework / aexpect

Python library used to control interactive programs
GNU General Public License v2.0
8 stars 32 forks source link

Add static check with "avocado-static-checks" #129

Open clebergnu opened 9 months ago

clebergnu commented 9 months ago

Adds a Python module import order check, and code style check.

This is based on "avocado-static-checks", which is being added here as a submodule. On CI, it uses the "avocado-ci-tools" actions to check out and run it, but the same can be done locally with the submodule.