-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Description
🐛 Bug Report
Currently there is no explanation for the use of noqa
here:
skeleton-python-library/src/example/__init__.py
Lines 1 to 2 in 0f6efe0
"""The example library.""" | |
from ._version import __version__ # noqa: F401 |
or the use of nosec
here:
skeleton-python-library/setup.py
Lines 28 to 29 in 0f6efe0
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
Labels
No labels