conftest: update noqa ignores

This commit is contained in:
Willi Ballenthin
2023-07-13 14:35:09 +02:00
committed by GitHub
parent fd36946c4b
commit c4da4bcfe7

View File

@@ -14,7 +14,7 @@
# https://www.revsys.com/tidbits/pytest-fixtures-are-magic/
# https://lobste.rs/s/j8xgym/pytest_fixtures_are_magic
from fixtures import * # noqa: F403 [unable to detect undefined names]
from fixtures import _039a6_dotnetfile_extractor # noqa: F403 [unable to detect undefined names]
from fixtures import _0953c_dotnetfile_extractor # noqa: F403 [unable to detect undefined names]
from fixtures import _692f_dotnetfile_extractor # noqa: F403 [unable to detect undefined names]
from fixtures import _1c444_dotnetfile_extractor # noqa: F403 [unable to detect undefined names]
from fixtures import _039a6_dotnetfile_extractor # noqa: F401 [imported but unused]
from fixtures import _0953c_dotnetfile_extractor # noqa: F401 [imported but unused]
from fixtures import _692f_dotnetfile_extractor # noqa: F401 [imported but unused]
from fixtures import _1c444_dotnetfile_extractor # noqa: F401 [imported but unused]