UBC-MDS / sktidy

Broom but for sklearn, to tidy up the messy fit results for Linear Regression and KMeans.
https://sktidy.readthedocs.io/en/latest
MIT License
0 stars 2 forks source link

Update build.yml file #34

Closed heidi-ye closed 3 years ago

heidi-ye commented 3 years ago
heidi-ye commented 3 years ago
  1. I ran the code through Flake8 so you may notice some formatting changes to your parts. I hope everything is still working as expected!

  2. The automated build includes a test coverage report and linter. Flake8 is VERY picky 😢. I would suggest running black {filename} to automate the changes needed and then running flake8 {filename} before submitting a PR to make sure everything is working. Otherwise the build will break.