matthew-brett / delocate

Find and copy needed dynamic libraries into python wheels
BSD 2-Clause "Simplified" License
266 stars 58 forks source link

Enforce Flake8 with GitHub Actions. #97

Closed HexDecimal closed 3 years ago

HexDecimal commented 3 years ago

Enables workflows which verify that Flake8 passes, and fixes that issues that already exist.

The config file at .flake8 is pretty basic. This check won't do as much until that's updated.

rowillia commented 3 years ago

@HexDecimal if you rebase on master tests should pass. Otherwise looks good.

HexDecimal commented 3 years ago

Rebased and tests have passed.

matthew-brett commented 3 years ago

Thanks - in it goes.