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
error: Failed to create fix for UnnecessaryComprehensionAnyAll: Expected Expression::ListComp
PY_FILE_TEST_51040573.py:1:1: D100 Missing docstring in public module
It seems that neither flake8-comprehension or flake8-pie raises a violation when set comprehensions are used. \cc @charliermarsh any idea why this was added in #3824?
Sets are unordered so we might not know when any stops and if it benefits or not. Depending on the reason for the PR, the fix would be either to not flag it for set comprehensions or update the autofix to account for that.
Ruff 0.0.285
file content:
error:
PY_FILE_TEST_51040573.py.zip
The text was updated successfully, but these errors were encountered: