Skip to content

tools: lint python files to 3.8

Rodrigo Muino Tomonari requested to merge github/fork/RedYetiDev/python-lint into main

This PR executes tools/pip/site-packages/bin/ruff check . --fix --unsafe-fixes on the repository.

The make test command successfully passes.

Additionally, UP has been added to the pyproject.toml file to prevent support for outdated (unsupported) Python versions.

Merge request reports

Loading