Skip to content

Explain uses of noqa and nosec in codebase #58

@mcdonnnj

Description

@mcdonnnj

🐛 Bug Report

Currently there is no explanation for the use of noqa here:

"""The example library."""
from ._version import __version__ # noqa: F401

or the use of nosec here:

with open(version_file) as f:
exec(f.read(), pkg_vars) # nosec

Expected behavior

Explanation on why checks are being manually disabled for these lines.

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