Varbin/pep272-encryption

View on GitHub
.github/_replace_tags_in_wheel.py

Summary

Maintainability
A
1 hr
Test Coverage

Avoid deeply nested control flow statements.
Open

                if not name.endswith("WHEEL") and not name.endswith("RECORD"):
                    print(f"Copying {name}")
                    buffer = inf.read(name)
                    record_data[name] = (wheel_hash(buffer),
                                                  len(buffer))
Severity: Major
Found in .github/_replace_tags_in_wheel.py - About 45 mins to fix

    Avoid deeply nested control flow statements.
    Open

                    if not line.startswith("Tag: "):
                        wheel_out += line + "\n"
                for tag in tags:
    Severity: Major
    Found in .github/_replace_tags_in_wheel.py - About 45 mins to fix

      There are no issues that match your filters.

      Category
      Status