Post #98 903 Aug 3, 2025, 09:46 UTC https://github.com/wemake-services/wemake-python-styleguide/issues/3500#ast #wemake_python_styleguide GitHub Allow set comprehensions in `WPS335` · Issue #3500 · wemake-services/wemake-python-styleguide We don't allow list and set to be used as iterable parts of for, because we only allow tuples there. We need to allow SetComp in for iterable: 118:22 WPS335 Found incorrect `for` loop iter type...