googlefonts / ufo2ft

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

Reenable flake8-bugbear warning B905 when the minimum required Python version is >= 3.10 #685

Open madig opened 1 year ago

madig commented 1 year ago

See https://github.com/googlefonts/ufo2ft/pull/684. The warning moans whenever you use zip without strict=True, which is probably always what you want.

anthrotype commented 1 year ago

a short description of what is warning b905 and why we should care about it would be nice