Enable lint PGH004 - Use specific rule codes when using noqa
This commit is contained in:
@@ -712,7 +712,7 @@ class TestRequestBasic:
|
||||
)
|
||||
def test_request_garbage(self, pytester: Pytester) -> None:
|
||||
try:
|
||||
import xdist # noqa
|
||||
import xdist # noqa: F401
|
||||
except ImportError:
|
||||
pass
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user