commit | 6cd81934bb9e26cacc3fa5e9165bbaa70066f89b | [log] [tgz] |
---|---|---|
author | Daniƫl van Noord <[email protected]> | Tue Aug 31 14:11:21 2021 +0200 |
committer | GitHub <[email protected]> | Tue Aug 31 14:11:21 2021 +0200 |
tree | 2d405f747fe169ccb5deb3fc99e7948faa83b475 | |
parent | e1da3c03d2b91f56b0977480856c2a2a6501758a [diff] |
Fix false positive `dict-iter-missing-items` for tuple keys (#4939) This fixes a false positive emitted for dictionaries that contain only tuples as keys. This makes unpacking the dictionary without calling `.items()` valid. This closes #3283