Closed madig closed 1 year ago
Flake8-bugbear can't easily tell what the minimum required Python version is (https://github.com/PyCQA/flake8-bugbear/issues/311), but the zip parameter was only added in 3.10. Disable the warning until we actually require >= 3.10.
Oops, I forgot I rebased here. Merging, too.
Flake8-bugbear can't easily tell what the minimum required Python version is (https://github.com/PyCQA/flake8-bugbear/issues/311), but the zip parameter was only added in 3.10. Disable the warning until we actually require >= 3.10.