lightly-ai / lightly

A python library for self-supervised learning on images.
https://docs.lightly.ai/self-supervised-learning/
MIT License
2.83k stars 246 forks source link

chore: migrate `coverage` and `mypy` configuration to `pyproject.toml` #1549

Closed SauravMaheshkar closed 3 weeks ago

SauravMaheshkar commented 1 month ago

Ref: #1085

This PR aims to migrate configurations to pyproject.toml

Request for Review: @guarin

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 81.80%. Comparing base (f9c4c69) to head (54f0851).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1549 +/- ## ======================================= Coverage 81.80% 81.80% ======================================= Files 144 144 Lines 6118 6118 ======================================= Hits 5005 5005 Misses 1113 1113 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

SauravMaheshkar commented 4 weeks ago

Huh, I can't reproduce this error on my machine.

SauravMaheshkar commented 3 weeks ago

Thanks for helping getting this in ☺️