hoffmangroup / segway

Application for semi-automated genomic annotation.
http://segway.hoffmanlab.org/
GNU General Public License v2.0
13 stars 7 forks source link

Migrate from pyflakes to flake8 lint checking #173

Closed EricR86 closed 1 year ago

EricR86 commented 1 year ago

Updates the lint checker from pyflakes to flake8.

EricR86 commented 1 year ago

AttributeError: 'EntryPoints' object has no attribute 'get' is reported on current Python 3.7. Either a Python version bump needs to occur (Python 3.8) or there needs to be a requirement of importlib-metadata<5.0

EricR86 commented 1 year ago

Merging with intent of future lint fixes from a different PR (#169)