You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if the title is unclear, for example:
I have a folder tests, and a requirements file at tests/requirements.txt. The requirement pytest is used in tests, is listed in tests/requirements.txt but not in requirements.txt, so I get an I900 error.
I currently have tests/*: I900 in per_file_ignores, which works, but is a workaround, and it would be cool if this could be implemented in flake8-requirements.
The text was updated successfully, but these errors were encountered:
Sorry if the title is unclear, for example:
I have a folder
tests
, and a requirements file attests/requirements.txt
. The requirementpytest
is used intests
, is listed intests/requirements.txt
but not inrequirements.txt
, so I get an I900 error.I currently have
tests/*: I900
inper_file_ignores
, which works, but is a workaround, and it would be cool if this could be implemented inflake8-requirements
.The text was updated successfully, but these errors were encountered: