HomeClusterLabs Projects

Build: cts: Add cts-cli to the python_files list.
834363812cfdUnpublished

Unpublished Commit ยท Learn More

Not On Permanent Ref: This commit is not an ancestor of any permanent ref.
This commit no longer exists in the repository. It may have been part of a branch which was deleted.This commit has been deleted in the repository: it is no longer reachable from any branch, tag, or ref.

Description

Build: cts: Add cts-cli to the python_files list.

This is a list of generated python scripts that can have pylint and
pyflake run against them. It exists because we were working on these
scripts one at a time, and I didn't want to overwhelm the results with
tons of errors from scripts we hadn't gotten around to yet.

The problem with this is that sometimes, we forget to add scripts to the
list. That's the case with cts-cli, which is why it still needs to be
converted to using f-strings.

When we convert cts-schemas to python, this can all go away and we can
use test_SCRIPTS instead.

Details

Provenance
clumensAuthored on Jan 31 2025, 3:17 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.