Skip to content

Add Comment Explaining noqa in the test___main__() Test #54

@mcdonnnj

Description

@mcdonnnj

🚀 Feature Proposal

A recently added test relies on a # noqa line to avoid an F401 | module imported but unused warning as seen here:

import example.__main__ # noqa: F401

There should be a brief comment explaining why this is being done for future codebase delvers.

Motivation

Properly documenting rationale for intentionally disabling warnings/errors is good.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions