bxlab / bx-python

Tools for manipulating biological data, particularly multiple sequence alignments
MIT License
145 stars 53 forks source link

Upgrade GitHub Actions #83

Closed cclauss closed 2 years ago

cclauss commented 2 years ago

Flake8 does not like https://github.com/bxlab/bx-python/pull/53

nsoranzo commented 2 years ago

Flake8 does not like #53

Not exactly, E275 has recently been added in pycodestyle 2.9.0 https://pycodestyle.pycqa.org/en/latest/developer.html#id3

If you drop the last commit disabling E275, we can merge this and address the flake8 errors separately.

nsoranzo commented 2 years ago

If you drop the last commit disabling E275, we can merge this and address the flake8 errors separately.

Done in https://github.com/bxlab/bx-python/pull/84 .

nsoranzo commented 2 years ago

Thanks @cclauss !