googlefonts / ufo2ft

A bridge from UFOs to FontTools objects (and therefore, OTFs and TTFs).
MIT License
152 stars 43 forks source link

Disable warning B905 until we require Python >= 3.10 #684

Closed madig closed 1 year ago

madig commented 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.

madig commented 1 year ago

Oops, I forgot I rebased here. Merging, too.